Shades of Hemlock #646547
Tints of Hemlock #646547
RGB
CMYK
RGB Variations
Color information
#646547 (or 0x646547) is known color: Hemlock. HEX triplet: 64, 65 and 47. RGB value is (100,101,71). Sum of RGB (Red+Green+Blue) = 100+101+71=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #646547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646547 is #9B9AB8. Grayscale: #616161. Windows color (decimal): -10197689 or 4679012. OLE color: 4679012.
HSL color Cylindrical-coordinate representation of color #646547: hue angle of 62º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #646547 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 101 | 71 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.60 |
| HSL | 62º | 0.17% | 0.34% | - |
| HSV(B) | 62º | 0.3% | 0.4% | - |
| XYZ | 11.05 | 12.47 | 7.79 | - |
| YUV | 97.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 101 | 71 | 0.01 | 0 | 0.30 | 0.60 | 62 | 0.17 | 0.34 |
| Hex | 64 | 65 | 47 | 1 | 0 | 1E | 3C | 3E | 11 | 22 |
| Octal | 144 | 145 | 107 | 1 | 0 | 36 | 74 | 76 | 21 | 42 |
| Binary | 1100100 | 1100101 | 1000111 | 1 | 0 | 11110 | 111100 | 111110 | 10001 | 100010 |
Color Harmonies of #646547
Complementary color
Monochromatic Colors of #646547
Black with #646547
Text Example
Text Example
White with #646547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646547; }
p { color: rgb(100,101,71); }
H1.HeaderClassName
{
color: #646547;
}
.AnyTagClassName
{
color: #646547;
}
</style>
background-color css
<style>
a { background-color: #646547; }
a { background-color: rgb(100,101,71); }
div.DivClassName
{
background-color: #646547;
}
.BgClassName
{
background-color: #646547;
}
</style>
border-color css
<style>
span { border-color: #646547; }
span { border-color: rgb(100,101,71); }
td.TdClassName
{
border-color: #646547;
}
.TagClassName
{
border-color: #646547;
}
</style>