Shades of Siam #666B4E
Tints of Siam #666B4E
RGB
CMYK
RGB Variations
Color information
#666B4E (or 0x666B4E) is known color: Siam. HEX triplet: 66, 6B and 4E. RGB value is (102,107,78). Sum of RGB (Red+Green+Blue) = 102+107+78=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #666B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B4E is #9994B1. Grayscale: #666666. Windows color (decimal): -10065074 or 5139302. OLE color: 5139302.
HSL color Cylindrical-coordinate representation of color #666B4E: hue angle of 70.34º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #666B4E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 78 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.58 |
| HSL | 70.34º | 0.16% | 0.36% | - |
| HSV(B) | 70.34º | 0.27% | 0.42% | - |
| XYZ | 12.11 | 13.89 | 9.25 | - |
| YUV | 102.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 78 | 0.05 | 0 | 0.27 | 0.58 | 70.34 | 0.16 | 0.36 |
| Hex | 66 | 6B | 4E | 5 | 0 | 1B | 3A | 46 | 10 | 24 |
| Octal | 146 | 153 | 116 | 5 | 0 | 33 | 72 | 106 | 20 | 44 |
| Binary | 1100110 | 1101011 | 1001110 | 101 | 0 | 11011 | 111010 | 1000110 | 10000 | 100100 |
Color Harmonies of #666B4E
Complementary color
Monochromatic Colors of #666B4E
Black with #666B4E
Text Example
Text Example
White with #666B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B4E; }
p { color: rgb(102,107,78); }
H1.HeaderClassName
{
color: #666B4E;
}
.AnyTagClassName
{
color: #666B4E;
}
</style>
background-color css
<style>
a { background-color: #666B4E; }
a { background-color: rgb(102,107,78); }
div.DivClassName
{
background-color: #666B4E;
}
.BgClassName
{
background-color: #666B4E;
}
</style>
border-color css
<style>
span { border-color: #666B4E; }
span { border-color: rgb(102,107,78); }
td.TdClassName
{
border-color: #666B4E;
}
.TagClassName
{
border-color: #666B4E;
}
</style>