Shades of Siam #666E52
Tints of Siam #666E52
RGB
CMYK
RGB Variations
Color information
#666E52 (or 0x666E52) is known color: Siam. HEX triplet: 66, 6E and 52. RGB value is (102,110,82). Sum of RGB (Red+Green+Blue) = 102+110+82=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 110 - color contains mainly: green. Hex color #666E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E52 is #9991AD. Grayscale: #686868. Windows color (decimal): -10064302 or 5402214. OLE color: 5402214.
HSL color Cylindrical-coordinate representation of color #666E52: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #666E52 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 110 | 82 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.57 |
| HSL | 77.14º | 0.15% | 0.38% | - |
| HSV(B) | 77.14º | 0.25% | 0.43% | - |
| XYZ | 12.58 | 14.59 | 10.14 | - |
| YUV | 104.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 82 | 0.07 | 0 | 0.25 | 0.57 | 77.14 | 0.15 | 0.38 |
| Hex | 66 | 6E | 52 | 7 | 0 | 19 | 39 | 4D | F | 26 |
| Octal | 146 | 156 | 122 | 7 | 0 | 31 | 71 | 115 | 17 | 46 |
| Binary | 1100110 | 1101110 | 1010010 | 111 | 0 | 11001 | 111001 | 1001101 | 1111 | 100110 |
Color Harmonies of #666E52
Complementary color
Monochromatic Colors of #666E52
Black with #666E52
Text Example
Text Example
White with #666E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E52; }
p { color: rgb(102,110,82); }
H1.HeaderClassName
{
color: #666E52;
}
.AnyTagClassName
{
color: #666E52;
}
</style>
background-color css
<style>
a { background-color: #666E52; }
a { background-color: rgb(102,110,82); }
div.DivClassName
{
background-color: #666E52;
}
.BgClassName
{
background-color: #666E52;
}
</style>
border-color css
<style>
span { border-color: #666E52; }
span { border-color: rgb(102,110,82); }
td.TdClassName
{
border-color: #666E52;
}
.TagClassName
{
border-color: #666E52;
}
</style>