Shades of Siam #646852
Tints of Siam #646852
RGB
CMYK
RGB Variations
Color information
#646852 (or 0x646852) is known color: Siam. HEX triplet: 64, 68 and 52. RGB value is (100,104,82). Sum of RGB (Red+Green+Blue) = 100+104+82=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 104 - color contains mainly: green. Hex color #646852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646852 is #9B97AD. Grayscale: #646464. Windows color (decimal): -10196910 or 5400676. OLE color: 5400676.
HSL color Cylindrical-coordinate representation of color #646852: hue angle of 70.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #646852 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 104 | 82 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.59 |
| HSL | 70.91º | 0.12% | 0.36% | - |
| HSV(B) | 70.91º | 0.21% | 0.41% | - |
| XYZ | 11.73 | 13.22 | 9.92 | - |
| YUV | 100.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 82 | 0.04 | 0 | 0.21 | 0.59 | 70.91 | 0.12 | 0.36 |
| Hex | 64 | 68 | 52 | 4 | 0 | 15 | 3B | 47 | C | 24 |
| Octal | 144 | 150 | 122 | 4 | 0 | 25 | 73 | 107 | 14 | 44 |
| Binary | 1100100 | 1101000 | 1010010 | 100 | 0 | 10101 | 111011 | 1000111 | 1100 | 100100 |
Color Harmonies of #646852
Complementary color
Monochromatic Colors of #646852
Black with #646852
Text Example
Text Example
White with #646852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646852; }
p { color: rgb(100,104,82); }
H1.HeaderClassName
{
color: #646852;
}
.AnyTagClassName
{
color: #646852;
}
</style>
background-color css
<style>
a { background-color: #646852; }
a { background-color: rgb(100,104,82); }
div.DivClassName
{
background-color: #646852;
}
.BgClassName
{
background-color: #646852;
}
</style>
border-color css
<style>
span { border-color: #646852; }
span { border-color: rgb(100,104,82); }
td.TdClassName
{
border-color: #646852;
}
.TagClassName
{
border-color: #646852;
}
</style>