Shades of Hemlock #64654C
Tints of Hemlock #64654C
RGB
CMYK
RGB Variations
Color information
#64654C (or 0x64654C) is known color: Hemlock. HEX triplet: 64, 65 and 4C. RGB value is (100,101,76). Sum of RGB (Red+Green+Blue) = 100+101+76=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #64654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64654C is #9B9AB3. Grayscale: #616161. Windows color (decimal): -10197684 or 5006692. OLE color: 5006692.
HSL color Cylindrical-coordinate representation of color #64654C: hue angle of 62.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64654C is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 101 | 76 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.60 |
| HSL | 62.4º | 0.14% | 0.35% | - |
| HSV(B) | 62.4º | 0.25% | 0.4% | - |
| XYZ | 11.21 | 12.54 | 8.67 | - |
| YUV | 97.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 76 | 0.01 | 0 | 0.25 | 0.60 | 62.4 | 0.14 | 0.35 |
| Hex | 64 | 65 | 4C | 1 | 0 | 19 | 3C | 3E | E | 23 |
| Octal | 144 | 145 | 114 | 1 | 0 | 31 | 74 | 76 | 16 | 43 |
| Binary | 1100100 | 1100101 | 1001100 | 1 | 0 | 11001 | 111100 | 111110 | 1110 | 100011 |
Color Harmonies of #64654C
Complementary color
Monochromatic Colors of #64654C
Black with #64654C
Text Example
Text Example
White with #64654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64654C; }
p { color: rgb(100,101,76); }
H1.HeaderClassName
{
color: #64654C;
}
.AnyTagClassName
{
color: #64654C;
}
</style>
background-color css
<style>
a { background-color: #64654C; }
a { background-color: rgb(100,101,76); }
div.DivClassName
{
background-color: #64654C;
}
.BgClassName
{
background-color: #64654C;
}
</style>
border-color css
<style>
span { border-color: #64654C; }
span { border-color: rgb(100,101,76); }
td.TdClassName
{
border-color: #64654C;
}
.TagClassName
{
border-color: #64654C;
}
</style>