Shades of Siam #646653
Tints of Siam #646653
RGB
CMYK
RGB Variations
Color information
#646653 (or 0x646653) is known color: Siam. HEX triplet: 64, 66 and 53. RGB value is (100,102,83). Sum of RGB (Red+Green+Blue) = 100+102+83=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 102 - color contains mainly: green. Hex color #646653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646653 is #9B99AC. Grayscale: #636363. Windows color (decimal): -10197421 or 5465700. OLE color: 5465700.
HSL color Cylindrical-coordinate representation of color #646653: hue angle of 66.32º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #646653 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 102 | 83 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.6 |
| HSL | 66.32º | 0.1% | 0.36% | - |
| HSV(B) | 66.32º | 0.19% | 0.4% | - |
| XYZ | 11.57 | 12.84 | 10.05 | - |
| YUV | 99.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 83 | 0.02 | 0 | 0.19 | 0.6 | 66.32 | 0.1 | 0.36 |
| Hex | 64 | 66 | 53 | 2 | 0 | 13 | 3C | 42 | A | 24 |
| Octal | 144 | 146 | 123 | 2 | 0 | 23 | 74 | 102 | 12 | 44 |
| Binary | 1100100 | 1100110 | 1010011 | 10 | 0 | 10011 | 111100 | 1000010 | 1010 | 100100 |
Color Harmonies of #646653
Complementary color
Monochromatic Colors of #646653
Black with #646653
Text Example
Text Example
White with #646653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646653; }
p { color: rgb(100,102,83); }
H1.HeaderClassName
{
color: #646653;
}
.AnyTagClassName
{
color: #646653;
}
</style>
background-color css
<style>
a { background-color: #646653; }
a { background-color: rgb(100,102,83); }
div.DivClassName
{
background-color: #646653;
}
.BgClassName
{
background-color: #646653;
}
</style>
border-color css
<style>
span { border-color: #646653; }
span { border-color: rgb(100,102,83); }
td.TdClassName
{
border-color: #646653;
}
.TagClassName
{
border-color: #646653;
}
</style>