Shades of Hemlock #64654D
Tints of Hemlock #64654D
RGB
CMYK
RGB Variations
Color information
#64654D (or 0x64654D) is known color: Hemlock. HEX triplet: 64, 65 and 4D. RGB value is (100,101,77). Sum of RGB (Red+Green+Blue) = 100+101+77=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 101 - color contains mainly: green. Hex color #64654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64654D is #9B9AB2. Grayscale: #626262. Windows color (decimal): -10197683 or 5072228. OLE color: 5072228.
HSL color Cylindrical-coordinate representation of color #64654D: hue angle of 62.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64654D is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 101 | 77 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.60 |
| HSL | 62.5º | 0.13% | 0.35% | - |
| HSV(B) | 62.5º | 0.24% | 0.4% | - |
| XYZ | 11.25 | 12.55 | 8.85 | - |
| YUV | 97.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 77 | 0.01 | 0 | 0.24 | 0.60 | 62.5 | 0.13 | 0.35 |
| Hex | 64 | 65 | 4D | 1 | 0 | 18 | 3C | 3F | D | 23 |
| Octal | 144 | 145 | 115 | 1 | 0 | 30 | 74 | 77 | 15 | 43 |
| Binary | 1100100 | 1100101 | 1001101 | 1 | 0 | 11000 | 111100 | 111111 | 1101 | 100011 |
Color Harmonies of #64654D
Complementary color
Monochromatic Colors of #64654D
Black with #64654D
Text Example
Text Example
White with #64654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64654D; }
p { color: rgb(100,101,77); }
H1.HeaderClassName
{
color: #64654D;
}
.AnyTagClassName
{
color: #64654D;
}
</style>
background-color css
<style>
a { background-color: #64654D; }
a { background-color: rgb(100,101,77); }
div.DivClassName
{
background-color: #64654D;
}
.BgClassName
{
background-color: #64654D;
}
</style>
border-color css
<style>
span { border-color: #64654D; }
span { border-color: rgb(100,101,77); }
td.TdClassName
{
border-color: #64654D;
}
.TagClassName
{
border-color: #64654D;
}
</style>