Shades of Hemlock #64644D
Tints of Hemlock #64644D
RGB
CMYK
RGB Variations
Color information
#64644D (or 0x64644D) is known color: Hemlock. HEX triplet: 64, 64 and 4D. RGB value is (100,100,77). Sum of RGB (Red+Green+Blue) = 100+100+77=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 100 - color contains mainly: red, green. Hex color #64644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64644D is #9B9BB2. Grayscale: #616161. Windows color (decimal): -10197939 or 5071972. OLE color: 5071972.
HSL color Cylindrical-coordinate representation of color #64644D: hue angle of 60º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64644D is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 100 | 77 | - |
| CMYK | 0 | 0 | 0.23 | 0.61 |
| HSL | 60º | 0.13% | 0.35% | - |
| HSV(B) | 60º | 0.23% | 0.39% | - |
| XYZ | 11.15 | 12.36 | 8.82 | - |
| YUV | 97.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 100 | 77 | 0 | 0 | 0.23 | 0.61 | 60 | 0.13 | 0.35 |
| Hex | 64 | 64 | 4D | 0 | 0 | 17 | 3D | 3C | D | 23 |
| Octal | 144 | 144 | 115 | 0 | 0 | 27 | 75 | 74 | 15 | 43 |
| Binary | 1100100 | 1100100 | 1001101 | 0 | 0 | 10111 | 111101 | 111100 | 1101 | 100011 |
Color Harmonies of #64644D
Complementary color
Monochromatic Colors of #64644D
Black with #64644D
Text Example
Text Example
White with #64644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64644D; }
p { color: rgb(100,100,77); }
H1.HeaderClassName
{
color: #64644D;
}
.AnyTagClassName
{
color: #64644D;
}
</style>
background-color css
<style>
a { background-color: #64644D; }
a { background-color: rgb(100,100,77); }
div.DivClassName
{
background-color: #64644D;
}
.BgClassName
{
background-color: #64644D;
}
</style>
border-color css
<style>
span { border-color: #64644D; }
span { border-color: rgb(100,100,77); }
td.TdClassName
{
border-color: #64644D;
}
.TagClassName
{
border-color: #64644D;
}
</style>