Shades of Siam #66704F
Tints of Siam #66704F
RGB
CMYK
RGB Variations
Color information
#66704F (or 0x66704F) is known color: Siam. HEX triplet: 66, 70 and 4F. RGB value is (102,112,79). Sum of RGB (Red+Green+Blue) = 102+112+79=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #66704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66704F is #998FB0. Grayscale: #696969. Windows color (decimal): -10063793 or 5206118. OLE color: 5206118.
HSL color Cylindrical-coordinate representation of color #66704F: hue angle of 78.18º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66704F is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 112 | 79 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.56 |
| HSL | 78.18º | 0.17% | 0.37% | - |
| HSV(B) | 78.18º | 0.29% | 0.44% | - |
| XYZ | 12.68 | 14.98 | 9.62 | - |
| YUV | 105.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 79 | 0.09 | 0 | 0.29 | 0.56 | 78.18 | 0.17 | 0.37 |
| Hex | 66 | 70 | 4F | 9 | 0 | 1D | 38 | 4E | 11 | 25 |
| Octal | 146 | 160 | 117 | 11 | 0 | 35 | 70 | 116 | 21 | 45 |
| Binary | 1100110 | 1110000 | 1001111 | 1001 | 0 | 11101 | 111000 | 1001110 | 10001 | 100101 |
Color Harmonies of #66704F
Complementary color
Monochromatic Colors of #66704F
Black with #66704F
Text Example
Text Example
White with #66704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66704F; }
p { color: rgb(102,112,79); }
H1.HeaderClassName
{
color: #66704F;
}
.AnyTagClassName
{
color: #66704F;
}
</style>
background-color css
<style>
a { background-color: #66704F; }
a { background-color: rgb(102,112,79); }
div.DivClassName
{
background-color: #66704F;
}
.BgClassName
{
background-color: #66704F;
}
</style>
border-color css
<style>
span { border-color: #66704F; }
span { border-color: rgb(102,112,79); }
td.TdClassName
{
border-color: #66704F;
}
.TagClassName
{
border-color: #66704F;
}
</style>