Shades of Hemlock #6F7040
Tints of Hemlock #6F7040
RGB
CMYK
RGB Variations
Color information
#6F7040 (or 0x6F7040) is known color: Hemlock. HEX triplet: 6F, 70 and 40. RGB value is (111,112,64). Sum of RGB (Red+Green+Blue) = 111+112+64=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7040 is #908FBF. Grayscale: #6A6A6A. Windows color (decimal): -9473984 or 4223087. OLE color: 4223087.
HSL color Cylindrical-coordinate representation of color #6F7040: hue angle of 61.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F7040 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 64 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.56 |
| HSL | 61.25º | 0.27% | 0.35% | - |
| HSV(B) | 61.25º | 0.43% | 0.44% | - |
| XYZ | 13.28 | 15.34 | 7.11 | - |
| YUV | 106.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 64 | 0.01 | 0 | 0.43 | 0.56 | 61.25 | 0.27 | 0.35 |
| Hex | 6F | 70 | 40 | 1 | 0 | 2B | 38 | 3D | 1B | 23 |
| Octal | 157 | 160 | 100 | 1 | 0 | 53 | 70 | 75 | 33 | 43 |
| Binary | 1101111 | 1110000 | 1000000 | 1 | 0 | 101011 | 111000 | 111101 | 11011 | 100011 |
Color Harmonies of #6F7040
Complementary color
Monochromatic Colors of #6F7040
Black with #6F7040
Text Example
Text Example
White with #6F7040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7040; }
p { color: rgb(111,112,64); }
H1.HeaderClassName
{
color: #6F7040;
}
.AnyTagClassName
{
color: #6F7040;
}
</style>
background-color css
<style>
a { background-color: #6F7040; }
a { background-color: rgb(111,112,64); }
div.DivClassName
{
background-color: #6F7040;
}
.BgClassName
{
background-color: #6F7040;
}
</style>
border-color css
<style>
span { border-color: #6F7040; }
span { border-color: rgb(111,112,64); }
td.TdClassName
{
border-color: #6F7040;
}
.TagClassName
{
border-color: #6F7040;
}
</style>