Shades of Hemlock #64654E
Tints of Hemlock #64654E
RGB
CMYK
RGB Variations
Color information
#64654E (or 0x64654E) is known color: Hemlock. HEX triplet: 64, 65 and 4E. RGB value is (100,101,78). Sum of RGB (Red+Green+Blue) = 100+101+78=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #64654E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64654E is #9B9AB1. Grayscale: #626262. Windows color (decimal): -10197682 or 5137764. OLE color: 5137764.
HSL color Cylindrical-coordinate representation of color #64654E: hue angle of 62.61º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64654E is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 101 | 78 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.60 |
| HSL | 62.61º | 0.13% | 0.35% | - |
| HSV(B) | 62.61º | 0.23% | 0.4% | - |
| XYZ | 11.28 | 12.57 | 9.04 | - |
| YUV | 98.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 78 | 0.01 | 0 | 0.23 | 0.60 | 62.61 | 0.13 | 0.35 |
| Hex | 64 | 65 | 4E | 1 | 0 | 17 | 3C | 3F | D | 23 |
| Octal | 144 | 145 | 116 | 1 | 0 | 27 | 74 | 77 | 15 | 43 |
| Binary | 1100100 | 1100101 | 1001110 | 1 | 0 | 10111 | 111100 | 111111 | 1101 | 100011 |
Color Harmonies of #64654E
Complementary color
Monochromatic Colors of #64654E
Black with #64654E
Text Example
Text Example
White with #64654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64654E; }
p { color: rgb(100,101,78); }
H1.HeaderClassName
{
color: #64654E;
}
.AnyTagClassName
{
color: #64654E;
}
</style>
background-color css
<style>
a { background-color: #64654E; }
a { background-color: rgb(100,101,78); }
div.DivClassName
{
background-color: #64654E;
}
.BgClassName
{
background-color: #64654E;
}
</style>
border-color css
<style>
span { border-color: #64654E; }
span { border-color: rgb(100,101,78); }
td.TdClassName
{
border-color: #64654E;
}
.TagClassName
{
border-color: #64654E;
}
</style>