how I love you
function rgb(r,g,b){
return r.toString(16) + g.toString(16) + b.toString(16);
}
comments on the world, from the point of view of hats. mostly grey
how I love you
function rgb(r,g,b){
return r.toString(16) + g.toString(16) + b.toString(16);
}