Hexadecimal color chart $css
"; for($g=0;$g<6;$g++) for($r=0;$r<6;$r++) for($b=0;$b<6;$b++){ $x1=$b*8+$r*48+1; $y1=$g*11+1; $x2=$x1+8; $y2=$y1+11; $c=substr(dechex(16777216+$r*51*65536+(5-$g)*51*256+$b*51),-6); print ""; } print "
$tblstart $tccell1
Click the box of the color you want to use; the hexadecimal number will be shown below.
 
$inpt=hexval size=6 value=###### readonly>
$tblend
"; ?>