Shades of Siam #64655D
Tints of Siam #64655D
RGB
CMYK
RGB Variations
Color information
#64655D (or 0x64655D) is known color: Siam. HEX triplet: 64, 65 and 5D. RGB value is (100,101,93). Sum of RGB (Red+Green+Blue) = 100+101+93=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 101 - color contains mainly: green. Hex color #64655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64655D is #9B9AA2. Grayscale: #636363. Windows color (decimal): -10197667 or 6120804. OLE color: 6120804.
HSL color Cylindrical-coordinate representation of color #64655D: hue angle of 67.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #64655D is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 101 | 93 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.60 |
| HSL | 67.5º | 0.04% | 0.38% | - |
| HSV(B) | 67.5º | 0.08% | 0.4% | - |
| XYZ | 11.88 | 12.81 | 12.2 | - |
| YUV | 99.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 93 | 0.01 | 0 | 0.08 | 0.60 | 67.5 | 0.04 | 0.38 |
| Hex | 64 | 65 | 5D | 1 | 0 | 8 | 3C | 44 | 4 | 26 |
| Octal | 144 | 145 | 135 | 1 | 0 | 10 | 74 | 104 | 4 | 46 |
| Binary | 1100100 | 1100101 | 1011101 | 1 | 0 | 1000 | 111100 | 1000100 | 100 | 100110 |
Color Harmonies of #64655D
Complementary color
Monochromatic Colors of #64655D
Black with #64655D
Text Example
Text Example
White with #64655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64655D; }
p { color: rgb(100,101,93); }
H1.HeaderClassName
{
color: #64655D;
}
.AnyTagClassName
{
color: #64655D;
}
</style>
background-color css
<style>
a { background-color: #64655D; }
a { background-color: rgb(100,101,93); }
div.DivClassName
{
background-color: #64655D;
}
.BgClassName
{
background-color: #64655D;
}
</style>
border-color css
<style>
span { border-color: #64655D; }
span { border-color: rgb(100,101,93); }
td.TdClassName
{
border-color: #64655D;
}
.TagClassName
{
border-color: #64655D;
}
</style>