Shades of Siam #646652
Tints of Siam #646652
RGB
CMYK
RGB Variations
Color information
#646652 (or 0x646652) is known color: Siam. HEX triplet: 64, 66 and 52. RGB value is (100,102,82). Sum of RGB (Red+Green+Blue) = 100+102+82=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 102 - color contains mainly: green. Hex color #646652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646652 is #9B99AD. Grayscale: #636363. Windows color (decimal): -10197422 or 5400164. OLE color: 5400164.
HSL color Cylindrical-coordinate representation of color #646652: hue angle of 66º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #646652 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 102 | 82 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.6 |
| HSL | 66º | 0.11% | 0.36% | - |
| HSV(B) | 66º | 0.2% | 0.4% | - |
| XYZ | 11.53 | 12.82 | 9.85 | - |
| YUV | 99.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 82 | 0.02 | 0 | 0.20 | 0.6 | 66 | 0.11 | 0.36 |
| Hex | 64 | 66 | 52 | 2 | 0 | 14 | 3C | 42 | B | 24 |
| Octal | 144 | 146 | 122 | 2 | 0 | 24 | 74 | 102 | 13 | 44 |
| Binary | 1100100 | 1100110 | 1010010 | 10 | 0 | 10100 | 111100 | 1000010 | 1011 | 100100 |
Color Harmonies of #646652
Complementary color
Monochromatic Colors of #646652
Black with #646652
Text Example
Text Example
White with #646652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646652; }
p { color: rgb(100,102,82); }
H1.HeaderClassName
{
color: #646652;
}
.AnyTagClassName
{
color: #646652;
}
</style>
background-color css
<style>
a { background-color: #646652; }
a { background-color: rgb(100,102,82); }
div.DivClassName
{
background-color: #646652;
}
.BgClassName
{
background-color: #646652;
}
</style>
border-color css
<style>
span { border-color: #646652; }
span { border-color: rgb(100,102,82); }
td.TdClassName
{
border-color: #646652;
}
.TagClassName
{
border-color: #646652;
}
</style>