Shades of Siam #666B56
Tints of Siam #666B56
RGB
CMYK
RGB Variations
Color information
#666B56 (or 0x666B56) is known color: Siam. HEX triplet: 66, 6B and 56. RGB value is (102,107,86). Sum of RGB (Red+Green+Blue) = 102+107+86=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 107 - color contains mainly: green. Hex color #666B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B56 is #9994A9. Grayscale: #676767. Windows color (decimal): -10065066 or 5663590. OLE color: 5663590.
HSL color Cylindrical-coordinate representation of color #666B56: hue angle of 74.29º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #666B56 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 86 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.58 |
| HSL | 74.29º | 0.11% | 0.38% | - |
| HSV(B) | 74.29º | 0.2% | 0.42% | - |
| XYZ | 12.42 | 14.01 | 10.85 | - |
| YUV | 103.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 86 | 0.05 | 0 | 0.20 | 0.58 | 74.29 | 0.11 | 0.38 |
| Hex | 66 | 6B | 56 | 5 | 0 | 14 | 3A | 4A | B | 26 |
| Octal | 146 | 153 | 126 | 5 | 0 | 24 | 72 | 112 | 13 | 46 |
| Binary | 1100110 | 1101011 | 1010110 | 101 | 0 | 10100 | 111010 | 1001010 | 1011 | 100110 |
Color Harmonies of #666B56
Complementary color
Monochromatic Colors of #666B56
Black with #666B56
Text Example
Text Example
White with #666B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B56; }
p { color: rgb(102,107,86); }
H1.HeaderClassName
{
color: #666B56;
}
.AnyTagClassName
{
color: #666B56;
}
</style>
background-color css
<style>
a { background-color: #666B56; }
a { background-color: rgb(102,107,86); }
div.DivClassName
{
background-color: #666B56;
}
.BgClassName
{
background-color: #666B56;
}
</style>
border-color css
<style>
span { border-color: #666B56; }
span { border-color: rgb(102,107,86); }
td.TdClassName
{
border-color: #666B56;
}
.TagClassName
{
border-color: #666B56;
}
</style>