Shades of Hemlock #6E7044
Tints of Hemlock #6E7044
RGB
CMYK
RGB Variations
Color information
#6E7044 (or 0x6E7044) is known color: Hemlock. HEX triplet: 6E, 70 and 44. RGB value is (110,112,68). Sum of RGB (Red+Green+Blue) = 110+112+68=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7044 is #918FBB. Grayscale: #6A6A6A. Windows color (decimal): -9539516 or 4485230. OLE color: 4485230.
HSL color Cylindrical-coordinate representation of color #6E7044: hue angle of 62.73º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E7044 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 68 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.56 |
| HSL | 62.73º | 0.24% | 0.35% | - |
| HSV(B) | 62.73º | 0.39% | 0.44% | - |
| XYZ | 13.27 | 15.32 | 7.73 | - |
| YUV | 106.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 68 | 0.02 | 0 | 0.39 | 0.56 | 62.73 | 0.24 | 0.35 |
| Hex | 6E | 70 | 44 | 2 | 0 | 27 | 38 | 3F | 18 | 23 |
| Octal | 156 | 160 | 104 | 2 | 0 | 47 | 70 | 77 | 30 | 43 |
| Binary | 1101110 | 1110000 | 1000100 | 10 | 0 | 100111 | 111000 | 111111 | 11000 | 100011 |
Color Harmonies of #6E7044
Complementary color
Monochromatic Colors of #6E7044
Black with #6E7044
Text Example
Text Example
White with #6E7044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7044; }
p { color: rgb(110,112,68); }
H1.HeaderClassName
{
color: #6E7044;
}
.AnyTagClassName
{
color: #6E7044;
}
</style>
background-color css
<style>
a { background-color: #6E7044; }
a { background-color: rgb(110,112,68); }
div.DivClassName
{
background-color: #6E7044;
}
.BgClassName
{
background-color: #6E7044;
}
</style>
border-color css
<style>
span { border-color: #6E7044; }
span { border-color: rgb(110,112,68); }
td.TdClassName
{
border-color: #6E7044;
}
.TagClassName
{
border-color: #6E7044;
}
</style>