Shades of Siam #666C51
Tints of Siam #666C51
RGB
CMYK
RGB Variations
Color information
#666C51 (or 0x666C51) is known color: Siam. HEX triplet: 66, 6C and 51. RGB value is (102,108,81). Sum of RGB (Red+Green+Blue) = 102+108+81=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 108 - color contains mainly: green. Hex color #666C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C51 is #9993AE. Grayscale: #676767. Windows color (decimal): -10064815 or 5336166. OLE color: 5336166.
HSL color Cylindrical-coordinate representation of color #666C51: hue angle of 73.33º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #666C51 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 108 | 81 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.58 |
| HSL | 73.33º | 0.14% | 0.37% | - |
| HSV(B) | 73.33º | 0.25% | 0.42% | - |
| XYZ | 12.33 | 14.14 | 9.86 | - |
| YUV | 103.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 81 | 0.06 | 0 | 0.25 | 0.58 | 73.33 | 0.14 | 0.37 |
| Hex | 66 | 6C | 51 | 6 | 0 | 19 | 3A | 49 | E | 25 |
| Octal | 146 | 154 | 121 | 6 | 0 | 31 | 72 | 111 | 16 | 45 |
| Binary | 1100110 | 1101100 | 1010001 | 110 | 0 | 11001 | 111010 | 1001001 | 1110 | 100101 |
Color Harmonies of #666C51
Complementary color
Monochromatic Colors of #666C51
Black with #666C51
Text Example
Text Example
White with #666C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C51; }
p { color: rgb(102,108,81); }
H1.HeaderClassName
{
color: #666C51;
}
.AnyTagClassName
{
color: #666C51;
}
</style>
background-color css
<style>
a { background-color: #666C51; }
a { background-color: rgb(102,108,81); }
div.DivClassName
{
background-color: #666C51;
}
.BgClassName
{
background-color: #666C51;
}
</style>
border-color css
<style>
span { border-color: #666C51; }
span { border-color: rgb(102,108,81); }
td.TdClassName
{
border-color: #666C51;
}
.TagClassName
{
border-color: #666C51;
}
</style>