Shades of Siam #666B54
Tints of Siam #666B54
RGB
CMYK
RGB Variations
Color information
#666B54 (or 0x666B54) is known color: Siam. HEX triplet: 66, 6B and 54. RGB value is (102,107,84). Sum of RGB (Red+Green+Blue) = 102+107+84=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 107 - color contains mainly: green. Hex color #666B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B54 is #9994AB. Grayscale: #666666. Windows color (decimal): -10065068 or 5532518. OLE color: 5532518.
HSL color Cylindrical-coordinate representation of color #666B54: hue angle of 73.04º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #666B54 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 84 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.58 |
| HSL | 73.04º | 0.12% | 0.37% | - |
| HSV(B) | 73.04º | 0.21% | 0.42% | - |
| XYZ | 12.34 | 13.98 | 10.44 | - |
| YUV | 102.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 84 | 0.05 | 0 | 0.21 | 0.58 | 73.04 | 0.12 | 0.37 |
| Hex | 66 | 6B | 54 | 5 | 0 | 15 | 3A | 49 | C | 25 |
| Octal | 146 | 153 | 124 | 5 | 0 | 25 | 72 | 111 | 14 | 45 |
| Binary | 1100110 | 1101011 | 1010100 | 101 | 0 | 10101 | 111010 | 1001001 | 1100 | 100101 |
Color Harmonies of #666B54
Complementary color
Monochromatic Colors of #666B54
Black with #666B54
Text Example
Text Example
White with #666B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B54; }
p { color: rgb(102,107,84); }
H1.HeaderClassName
{
color: #666B54;
}
.AnyTagClassName
{
color: #666B54;
}
</style>
background-color css
<style>
a { background-color: #666B54; }
a { background-color: rgb(102,107,84); }
div.DivClassName
{
background-color: #666B54;
}
.BgClassName
{
background-color: #666B54;
}
</style>
border-color css
<style>
span { border-color: #666B54; }
span { border-color: rgb(102,107,84); }
td.TdClassName
{
border-color: #666B54;
}
.TagClassName
{
border-color: #666B54;
}
</style>