Shades of Siam #646555
Tints of Siam #646555
RGB
CMYK
RGB Variations
Color information
#646555 (or 0x646555) is known color: Siam. HEX triplet: 64, 65 and 55. RGB value is (100,101,85). Sum of RGB (Red+Green+Blue) = 100+101+85=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 101 - color contains mainly: green. Hex color #646555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646555 is #9B9AAA. Grayscale: #626262. Windows color (decimal): -10197675 or 5596516. OLE color: 5596516.
HSL color Cylindrical-coordinate representation of color #646555: hue angle of 63.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #646555 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 101 | 85 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.60 |
| HSL | 63.75º | 0.09% | 0.36% | - |
| HSV(B) | 63.75º | 0.16% | 0.4% | - |
| XYZ | 11.55 | 12.67 | 10.43 | - |
| YUV | 98.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 85 | 0.01 | 0 | 0.16 | 0.60 | 63.75 | 0.09 | 0.36 |
| Hex | 64 | 65 | 55 | 1 | 0 | 10 | 3C | 40 | 9 | 24 |
| Octal | 144 | 145 | 125 | 1 | 0 | 20 | 74 | 100 | 11 | 44 |
| Binary | 1100100 | 1100101 | 1010101 | 1 | 0 | 10000 | 111100 | 1000000 | 1001 | 100100 |
Color Harmonies of #646555
Complementary color
Monochromatic Colors of #646555
Black with #646555
Text Example
Text Example
White with #646555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646555; }
p { color: rgb(100,101,85); }
H1.HeaderClassName
{
color: #646555;
}
.AnyTagClassName
{
color: #646555;
}
</style>
background-color css
<style>
a { background-color: #646555; }
a { background-color: rgb(100,101,85); }
div.DivClassName
{
background-color: #646555;
}
.BgClassName
{
background-color: #646555;
}
</style>
border-color css
<style>
span { border-color: #646555; }
span { border-color: rgb(100,101,85); }
td.TdClassName
{
border-color: #646555;
}
.TagClassName
{
border-color: #646555;
}
</style>