Shades of Siam #66704C
Tints of Siam #66704C
RGB
CMYK
RGB Variations
Color information
#66704C (or 0x66704C) is known color: Siam. HEX triplet: 66, 70 and 4C. RGB value is (102,112,76). Sum of RGB (Red+Green+Blue) = 102+112+76=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #66704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66704C is #998FB3. Grayscale: #696969. Windows color (decimal): -10063796 or 5009510. OLE color: 5009510.
HSL color Cylindrical-coordinate representation of color #66704C: hue angle of 76.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66704C is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 112 | 76 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.56 |
| HSL | 76.67º | 0.19% | 0.37% | - |
| HSV(B) | 76.67º | 0.32% | 0.44% | - |
| XYZ | 12.58 | 14.93 | 9.06 | - |
| YUV | 104.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 76 | 0.09 | 0 | 0.32 | 0.56 | 76.67 | 0.19 | 0.37 |
| Hex | 66 | 70 | 4C | 9 | 0 | 20 | 38 | 4D | 13 | 25 |
| Octal | 146 | 160 | 114 | 11 | 0 | 40 | 70 | 115 | 23 | 45 |
| Binary | 1100110 | 1110000 | 1001100 | 1001 | 0 | 100000 | 111000 | 1001101 | 10011 | 100101 |
Color Harmonies of #66704C
Complementary color
Monochromatic Colors of #66704C
Black with #66704C
Text Example
Text Example
White with #66704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66704C; }
p { color: rgb(102,112,76); }
H1.HeaderClassName
{
color: #66704C;
}
.AnyTagClassName
{
color: #66704C;
}
</style>
background-color css
<style>
a { background-color: #66704C; }
a { background-color: rgb(102,112,76); }
div.DivClassName
{
background-color: #66704C;
}
.BgClassName
{
background-color: #66704C;
}
</style>
border-color css
<style>
span { border-color: #66704C; }
span { border-color: rgb(102,112,76); }
td.TdClassName
{
border-color: #66704C;
}
.TagClassName
{
border-color: #66704C;
}
</style>