Shades of Siam #64655F
Tints of Siam #64655F
RGB
CMYK
RGB Variations
Color information
#64655F (or 0x64655F) is known color: Siam. HEX triplet: 64, 65 and 5F. RGB value is (100,101,95). Sum of RGB (Red+Green+Blue) = 100+101+95=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 101 - color contains mainly: green. Hex color #64655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64655F is #9B9AA0. Grayscale: #646464. Windows color (decimal): -10197665 or 6251876. OLE color: 6251876.
HSL color Cylindrical-coordinate representation of color #64655F: hue angle of 70º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #64655F is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 101 | 95 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.60 |
| HSL | 70º | 0.03% | 0.38% | - |
| HSV(B) | 70º | 0.06% | 0.4% | - |
| XYZ | 11.97 | 12.84 | 12.67 | - |
| YUV | 100.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 95 | 0.01 | 0 | 0.06 | 0.60 | 70 | 0.03 | 0.38 |
| Hex | 64 | 65 | 5F | 1 | 0 | 6 | 3C | 46 | 3 | 26 |
| Octal | 144 | 145 | 137 | 1 | 0 | 6 | 74 | 106 | 3 | 46 |
| Binary | 1100100 | 1100101 | 1011111 | 1 | 0 | 110 | 111100 | 1000110 | 11 | 100110 |
Color Harmonies of #64655F
Complementary color
Monochromatic Colors of #64655F
Black with #64655F
Text Example
Text Example
White with #64655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64655F; }
p { color: rgb(100,101,95); }
H1.HeaderClassName
{
color: #64655F;
}
.AnyTagClassName
{
color: #64655F;
}
</style>
background-color css
<style>
a { background-color: #64655F; }
a { background-color: rgb(100,101,95); }
div.DivClassName
{
background-color: #64655F;
}
.BgClassName
{
background-color: #64655F;
}
</style>
border-color css
<style>
span { border-color: #64655F; }
span { border-color: rgb(100,101,95); }
td.TdClassName
{
border-color: #64655F;
}
.TagClassName
{
border-color: #64655F;
}
</style>