Shades of Hemlock #6F7049
Tints of Hemlock #6F7049
RGB
CMYK
RGB Variations
Color information
#6F7049 (or 0x6F7049) is known color: Hemlock. HEX triplet: 6F, 70 and 49. RGB value is (111,112,73). Sum of RGB (Red+Green+Blue) = 111+112+73=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7049 is #908FB6. Grayscale: #6B6B6B. Windows color (decimal): -9473975 or 4812911. OLE color: 4812911.
HSL color Cylindrical-coordinate representation of color #6F7049: hue angle of 61.54º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F7049 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 73 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.56 |
| HSL | 61.54º | 0.21% | 0.36% | - |
| HSV(B) | 61.54º | 0.35% | 0.44% | - |
| XYZ | 13.55 | 15.45 | 8.57 | - |
| YUV | 107.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 73 | 0.01 | 0 | 0.35 | 0.56 | 61.54 | 0.21 | 0.36 |
| Hex | 6F | 70 | 49 | 1 | 0 | 23 | 38 | 3E | 15 | 24 |
| Octal | 157 | 160 | 111 | 1 | 0 | 43 | 70 | 76 | 25 | 44 |
| Binary | 1101111 | 1110000 | 1001001 | 1 | 0 | 100011 | 111000 | 111110 | 10101 | 100100 |
Color Harmonies of #6F7049
Complementary color
Monochromatic Colors of #6F7049
Black with #6F7049
Text Example
Text Example
White with #6F7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7049; }
p { color: rgb(111,112,73); }
H1.HeaderClassName
{
color: #6F7049;
}
.AnyTagClassName
{
color: #6F7049;
}
</style>
background-color css
<style>
a { background-color: #6F7049; }
a { background-color: rgb(111,112,73); }
div.DivClassName
{
background-color: #6F7049;
}
.BgClassName
{
background-color: #6F7049;
}
</style>
border-color css
<style>
span { border-color: #6F7049; }
span { border-color: rgb(111,112,73); }
td.TdClassName
{
border-color: #6F7049;
}
.TagClassName
{
border-color: #6F7049;
}
</style>