Shades of Siam #646C52
Tints of Siam #646C52
RGB
CMYK
RGB Variations
Color information
#646C52 (or 0x646C52) is known color: Siam. HEX triplet: 64, 6C and 52. RGB value is (100,108,82). Sum of RGB (Red+Green+Blue) = 100+108+82=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 108 - color contains mainly: green. Hex color #646C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C52 is #9B93AD. Grayscale: #666666. Windows color (decimal): -10195886 or 5401700. OLE color: 5401700.
HSL color Cylindrical-coordinate representation of color #646C52: hue angle of 78.46º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #646C52 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 82 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.58 |
| HSL | 78.46º | 0.14% | 0.37% | - |
| HSV(B) | 78.46º | 0.24% | 0.42% | - |
| XYZ | 12.14 | 14.04 | 10.05 | - |
| YUV | 102.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 82 | 0.07 | 0 | 0.24 | 0.58 | 78.46 | 0.14 | 0.37 |
| Hex | 64 | 6C | 52 | 7 | 0 | 18 | 3A | 4E | E | 25 |
| Octal | 144 | 154 | 122 | 7 | 0 | 30 | 72 | 116 | 16 | 45 |
| Binary | 1100100 | 1101100 | 1010010 | 111 | 0 | 11000 | 111010 | 1001110 | 1110 | 100101 |
Color Harmonies of #646C52
Complementary color
Monochromatic Colors of #646C52
Black with #646C52
Text Example
Text Example
White with #646C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C52; }
p { color: rgb(100,108,82); }
H1.HeaderClassName
{
color: #646C52;
}
.AnyTagClassName
{
color: #646C52;
}
</style>
background-color css
<style>
a { background-color: #646C52; }
a { background-color: rgb(100,108,82); }
div.DivClassName
{
background-color: #646C52;
}
.BgClassName
{
background-color: #646C52;
}
</style>
border-color css
<style>
span { border-color: #646C52; }
span { border-color: rgb(100,108,82); }
td.TdClassName
{
border-color: #646C52;
}
.TagClassName
{
border-color: #646C52;
}
</style>