Shades of Siam #666B52
Tints of Siam #666B52
RGB
CMYK
RGB Variations
Color information
#666B52 (or 0x666B52) is known color: Siam. HEX triplet: 66, 6B and 52. RGB value is (102,107,82). Sum of RGB (Red+Green+Blue) = 102+107+82=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 107 - color contains mainly: green. Hex color #666B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B52 is #9994AD. Grayscale: #666666. Windows color (decimal): -10065070 or 5401446. OLE color: 5401446.
HSL color Cylindrical-coordinate representation of color #666B52: hue angle of 72º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #666B52 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 82 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.58 |
| HSL | 72º | 0.13% | 0.37% | - |
| HSV(B) | 72º | 0.23% | 0.42% | - |
| XYZ | 12.26 | 13.95 | 10.03 | - |
| YUV | 102.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 82 | 0.05 | 0 | 0.23 | 0.58 | 72 | 0.13 | 0.37 |
| Hex | 66 | 6B | 52 | 5 | 0 | 17 | 3A | 48 | D | 25 |
| Octal | 146 | 153 | 122 | 5 | 0 | 27 | 72 | 110 | 15 | 45 |
| Binary | 1100110 | 1101011 | 1010010 | 101 | 0 | 10111 | 111010 | 1001000 | 1101 | 100101 |
Color Harmonies of #666B52
Complementary color
Monochromatic Colors of #666B52
Black with #666B52
Text Example
Text Example
White with #666B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B52; }
p { color: rgb(102,107,82); }
H1.HeaderClassName
{
color: #666B52;
}
.AnyTagClassName
{
color: #666B52;
}
</style>
background-color css
<style>
a { background-color: #666B52; }
a { background-color: rgb(102,107,82); }
div.DivClassName
{
background-color: #666B52;
}
.BgClassName
{
background-color: #666B52;
}
</style>
border-color css
<style>
span { border-color: #666B52; }
span { border-color: rgb(102,107,82); }
td.TdClassName
{
border-color: #666B52;
}
.TagClassName
{
border-color: #666B52;
}
</style>