Shades of Siam #646A4E
Tints of Siam #646A4E
RGB
CMYK
RGB Variations
Color information
#646A4E (or 0x646A4E) is known color: Siam. HEX triplet: 64, 6A and 4E. RGB value is (100,106,78). Sum of RGB (Red+Green+Blue) = 100+106+78=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 106 - color contains mainly: green. Hex color #646A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A4E is #9B95B1. Grayscale: #656565. Windows color (decimal): -10196402 or 5139044. OLE color: 5139044.
HSL color Cylindrical-coordinate representation of color #646A4E: hue angle of 72.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #646A4E is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 106 | 78 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.58 |
| HSL | 72.86º | 0.15% | 0.36% | - |
| HSV(B) | 72.86º | 0.26% | 0.42% | - |
| XYZ | 11.78 | 13.57 | 9.21 | - |
| YUV | 101.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 78 | 0.06 | 0 | 0.26 | 0.58 | 72.86 | 0.15 | 0.36 |
| Hex | 64 | 6A | 4E | 6 | 0 | 1A | 3A | 49 | F | 24 |
| Octal | 144 | 152 | 116 | 6 | 0 | 32 | 72 | 111 | 17 | 44 |
| Binary | 1100100 | 1101010 | 1001110 | 110 | 0 | 11010 | 111010 | 1001001 | 1111 | 100100 |
Color Harmonies of #646A4E
Complementary color
Monochromatic Colors of #646A4E
Black with #646A4E
Text Example
Text Example
White with #646A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646A4E; }
p { color: rgb(100,106,78); }
H1.HeaderClassName
{
color: #646A4E;
}
.AnyTagClassName
{
color: #646A4E;
}
</style>
background-color css
<style>
a { background-color: #646A4E; }
a { background-color: rgb(100,106,78); }
div.DivClassName
{
background-color: #646A4E;
}
.BgClassName
{
background-color: #646A4E;
}
</style>
border-color css
<style>
span { border-color: #646A4E; }
span { border-color: rgb(100,106,78); }
td.TdClassName
{
border-color: #646A4E;
}
.TagClassName
{
border-color: #646A4E;
}
</style>