Shades of Siam #666C54
Tints of Siam #666C54
RGB
CMYK
RGB Variations
Color information
#666C54 (or 0x666C54) is known color: Siam. HEX triplet: 66, 6C and 54. RGB value is (102,108,84). Sum of RGB (Red+Green+Blue) = 102+108+84=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 108 - color contains mainly: green. Hex color #666C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C54 is #9993AB. Grayscale: #676767. Windows color (decimal): -10064812 or 5532774. OLE color: 5532774.
HSL color Cylindrical-coordinate representation of color #666C54: hue angle of 75º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #666C54 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 108 | 84 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.58 |
| HSL | 75º | 0.13% | 0.38% | - |
| HSV(B) | 75º | 0.22% | 0.42% | - |
| XYZ | 12.44 | 14.19 | 10.47 | - |
| YUV | 103.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 84 | 0.06 | 0 | 0.22 | 0.58 | 75 | 0.13 | 0.38 |
| Hex | 66 | 6C | 54 | 6 | 0 | 16 | 3A | 4B | C | 26 |
| Octal | 146 | 154 | 124 | 6 | 0 | 26 | 72 | 113 | 14 | 46 |
| Binary | 1100110 | 1101100 | 1010100 | 110 | 0 | 10110 | 111010 | 1001011 | 1100 | 100110 |
Color Harmonies of #666C54
Complementary color
Monochromatic Colors of #666C54
Black with #666C54
Text Example
Text Example
White with #666C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C54; }
p { color: rgb(102,108,84); }
H1.HeaderClassName
{
color: #666C54;
}
.AnyTagClassName
{
color: #666C54;
}
</style>
background-color css
<style>
a { background-color: #666C54; }
a { background-color: rgb(102,108,84); }
div.DivClassName
{
background-color: #666C54;
}
.BgClassName
{
background-color: #666C54;
}
</style>
border-color css
<style>
span { border-color: #666C54; }
span { border-color: rgb(102,108,84); }
td.TdClassName
{
border-color: #666C54;
}
.TagClassName
{
border-color: #666C54;
}
</style>