Shades of Siam #646850
Tints of Siam #646850
RGB
CMYK
RGB Variations
Color information
#646850 (or 0x646850) is known color: Siam. HEX triplet: 64, 68 and 50. RGB value is (100,104,80). Sum of RGB (Red+Green+Blue) = 100+104+80=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 104 - color contains mainly: green. Hex color #646850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646850 is #9B97AF. Grayscale: #646464. Windows color (decimal): -10196912 or 5269604. OLE color: 5269604.
HSL color Cylindrical-coordinate representation of color #646850: hue angle of 70º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #646850 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 104 | 80 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.59 |
| HSL | 70º | 0.13% | 0.36% | - |
| HSV(B) | 70º | 0.23% | 0.41% | - |
| XYZ | 11.65 | 13.19 | 9.52 | - |
| YUV | 100.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 80 | 0.04 | 0 | 0.23 | 0.59 | 70 | 0.13 | 0.36 |
| Hex | 64 | 68 | 50 | 4 | 0 | 17 | 3B | 46 | D | 24 |
| Octal | 144 | 150 | 120 | 4 | 0 | 27 | 73 | 106 | 15 | 44 |
| Binary | 1100100 | 1101000 | 1010000 | 100 | 0 | 10111 | 111011 | 1000110 | 1101 | 100100 |
Color Harmonies of #646850
Complementary color
Monochromatic Colors of #646850
Black with #646850
Text Example
Text Example
White with #646850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646850; }
p { color: rgb(100,104,80); }
H1.HeaderClassName
{
color: #646850;
}
.AnyTagClassName
{
color: #646850;
}
</style>
background-color css
<style>
a { background-color: #646850; }
a { background-color: rgb(100,104,80); }
div.DivClassName
{
background-color: #646850;
}
.BgClassName
{
background-color: #646850;
}
</style>
border-color css
<style>
span { border-color: #646850; }
span { border-color: rgb(100,104,80); }
td.TdClassName
{
border-color: #646850;
}
.TagClassName
{
border-color: #646850;
}
</style>