Shades of Siam #646656
Tints of Siam #646656
RGB
CMYK
RGB Variations
Color information
#646656 (or 0x646656) is known color: Siam. HEX triplet: 64, 66 and 56. RGB value is (100,102,86). Sum of RGB (Red+Green+Blue) = 100+102+86=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 102 - color contains mainly: green. Hex color #646656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646656 is #9B99A9. Grayscale: #636363. Windows color (decimal): -10197418 or 5662308. OLE color: 5662308.
HSL color Cylindrical-coordinate representation of color #646656: hue angle of 67.5º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #646656 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 102 | 86 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.6 |
| HSL | 67.5º | 0.09% | 0.37% | - |
| HSV(B) | 67.5º | 0.16% | 0.4% | - |
| XYZ | 11.69 | 12.88 | 10.68 | - |
| YUV | 99.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 86 | 0.02 | 0 | 0.16 | 0.6 | 67.5 | 0.09 | 0.37 |
| Hex | 64 | 66 | 56 | 2 | 0 | 10 | 3C | 44 | 9 | 25 |
| Octal | 144 | 146 | 126 | 2 | 0 | 20 | 74 | 104 | 11 | 45 |
| Binary | 1100100 | 1100110 | 1010110 | 10 | 0 | 10000 | 111100 | 1000100 | 1001 | 100101 |
Color Harmonies of #646656
Complementary color
Monochromatic Colors of #646656
Black with #646656
Text Example
Text Example
White with #646656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646656; }
p { color: rgb(100,102,86); }
H1.HeaderClassName
{
color: #646656;
}
.AnyTagClassName
{
color: #646656;
}
</style>
background-color css
<style>
a { background-color: #646656; }
a { background-color: rgb(100,102,86); }
div.DivClassName
{
background-color: #646656;
}
.BgClassName
{
background-color: #646656;
}
</style>
border-color css
<style>
span { border-color: #646656; }
span { border-color: rgb(100,102,86); }
td.TdClassName
{
border-color: #646656;
}
.TagClassName
{
border-color: #646656;
}
</style>