Shades of Siam #666E54
Tints of Siam #666E54
RGB
CMYK
RGB Variations
Color information
#666E54 (or 0x666E54) is known color: Siam. HEX triplet: 66, 6E and 54. RGB value is (102,110,84). Sum of RGB (Red+Green+Blue) = 102+110+84=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 110 - color contains mainly: green. Hex color #666E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E54 is #9991AB. Grayscale: #686868. Windows color (decimal): -10064300 or 5533286. OLE color: 5533286.
HSL color Cylindrical-coordinate representation of color #666E54: hue angle of 78.46º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #666E54 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 110 | 84 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.57 |
| HSL | 78.46º | 0.13% | 0.38% | - |
| HSV(B) | 78.46º | 0.24% | 0.43% | - |
| XYZ | 12.66 | 14.62 | 10.54 | - |
| YUV | 104.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 84 | 0.07 | 0 | 0.24 | 0.57 | 78.46 | 0.13 | 0.38 |
| Hex | 66 | 6E | 54 | 7 | 0 | 18 | 39 | 4E | D | 26 |
| Octal | 146 | 156 | 124 | 7 | 0 | 30 | 71 | 116 | 15 | 46 |
| Binary | 1100110 | 1101110 | 1010100 | 111 | 0 | 11000 | 111001 | 1001110 | 1101 | 100110 |
Color Harmonies of #666E54
Complementary color
Monochromatic Colors of #666E54
Black with #666E54
Text Example
Text Example
White with #666E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E54; }
p { color: rgb(102,110,84); }
H1.HeaderClassName
{
color: #666E54;
}
.AnyTagClassName
{
color: #666E54;
}
</style>
background-color css
<style>
a { background-color: #666E54; }
a { background-color: rgb(102,110,84); }
div.DivClassName
{
background-color: #666E54;
}
.BgClassName
{
background-color: #666E54;
}
</style>
border-color css
<style>
span { border-color: #666E54; }
span { border-color: rgb(102,110,84); }
td.TdClassName
{
border-color: #666E54;
}
.TagClassName
{
border-color: #666E54;
}
</style>