Shades of Siam #666856
Tints of Siam #666856
RGB
CMYK
RGB Variations
Color information
#666856 (or 0x666856) is known color: Siam. HEX triplet: 66, 68 and 56. RGB value is (102,104,86). Sum of RGB (Red+Green+Blue) = 102+104+86=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 104 - color contains mainly: green. Hex color #666856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666856 is #9997A9. Grayscale: #656565. Windows color (decimal): -10065834 or 5662822. OLE color: 5662822.
HSL color Cylindrical-coordinate representation of color #666856: hue angle of 66.67º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #666856 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 86 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.59 |
| HSL | 66.67º | 0.09% | 0.37% | - |
| HSV(B) | 66.67º | 0.17% | 0.41% | - |
| XYZ | 12.11 | 13.4 | 10.75 | - |
| YUV | 101.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 86 | 0.02 | 0 | 0.17 | 0.59 | 66.67 | 0.09 | 0.37 |
| Hex | 66 | 68 | 56 | 2 | 0 | 11 | 3B | 43 | 9 | 25 |
| Octal | 146 | 150 | 126 | 2 | 0 | 21 | 73 | 103 | 11 | 45 |
| Binary | 1100110 | 1101000 | 1010110 | 10 | 0 | 10001 | 111011 | 1000011 | 1001 | 100101 |
Color Harmonies of #666856
Complementary color
Monochromatic Colors of #666856
Black with #666856
Text Example
Text Example
White with #666856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666856; }
p { color: rgb(102,104,86); }
H1.HeaderClassName
{
color: #666856;
}
.AnyTagClassName
{
color: #666856;
}
</style>
background-color css
<style>
a { background-color: #666856; }
a { background-color: rgb(102,104,86); }
div.DivClassName
{
background-color: #666856;
}
.BgClassName
{
background-color: #666856;
}
</style>
border-color css
<style>
span { border-color: #666856; }
span { border-color: rgb(102,104,86); }
td.TdClassName
{
border-color: #666856;
}
.TagClassName
{
border-color: #666856;
}
</style>