Shades of Hemlock #64624A
Tints of Hemlock #64624A
RGB
CMYK
RGB Variations
Color information
#64624A (or 0x64624A) is known color: Hemlock. HEX triplet: 64, 62 and 4A. RGB value is (100,98,74). Sum of RGB (Red+Green+Blue) = 100+98+74=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 100 - color contains mainly: red. Hex color #64624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64624A is #9B9DB5. Grayscale: #5F5F5F. Windows color (decimal): -10198454 or 4874852. OLE color: 4874852.
HSL color Cylindrical-coordinate representation of color #64624A: hue angle of 55.38º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64624A is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 98 | 74 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.61 |
| HSL | 55.38º | 0.15% | 0.34% | - |
| HSV(B) | 55.38º | 0.26% | 0.39% | - |
| XYZ | 10.86 | 11.94 | 8.21 | - |
| YUV | 95.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 98 | 74 | 0 | 0.02 | 0.26 | 0.61 | 55.38 | 0.15 | 0.34 |
| Hex | 64 | 62 | 4A | 0 | 2 | 1A | 3D | 37 | F | 22 |
| Octal | 144 | 142 | 112 | 0 | 2 | 32 | 75 | 67 | 17 | 42 |
| Binary | 1100100 | 1100010 | 1001010 | 0 | 10 | 11010 | 111101 | 110111 | 1111 | 100010 |
Color Harmonies of #64624A
Complementary color
Monochromatic Colors of #64624A
Black with #64624A
Text Example
Text Example
White with #64624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64624A; }
p { color: rgb(100,98,74); }
H1.HeaderClassName
{
color: #64624A;
}
.AnyTagClassName
{
color: #64624A;
}
</style>
background-color css
<style>
a { background-color: #64624A; }
a { background-color: rgb(100,98,74); }
div.DivClassName
{
background-color: #64624A;
}
.BgClassName
{
background-color: #64624A;
}
</style>
border-color css
<style>
span { border-color: #64624A; }
span { border-color: rgb(100,98,74); }
td.TdClassName
{
border-color: #64624A;
}
.TagClassName
{
border-color: #64624A;
}
</style>