Shades of Hemlock #6F713B
Tints of Hemlock #6F713B
RGB
CMYK
RGB Variations
Color information
#6F713B (or 0x6F713B) is known color: Hemlock. HEX triplet: 6F, 71 and 3B. RGB value is (111,113,59). Sum of RGB (Red+Green+Blue) = 111+113+59=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #6F713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F713B is #908EC4. Grayscale: #6A6A6A. Windows color (decimal): -9473733 or 3895663. OLE color: 3895663.
HSL color Cylindrical-coordinate representation of color #6F713B: hue angle of 62.22º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F713B is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 59 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.56 |
| HSL | 62.22º | 0.31% | 0.34% | - |
| HSV(B) | 62.22º | 0.48% | 0.44% | - |
| XYZ | 13.25 | 15.51 | 6.43 | - |
| YUV | 106.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 59 | 0.02 | 0 | 0.48 | 0.56 | 62.22 | 0.31 | 0.34 |
| Hex | 6F | 71 | 3B | 2 | 0 | 30 | 38 | 3E | 1F | 22 |
| Octal | 157 | 161 | 73 | 2 | 0 | 60 | 70 | 76 | 37 | 42 |
| Binary | 1101111 | 1110001 | 111011 | 10 | 0 | 110000 | 111000 | 111110 | 11111 | 100010 |
Color Harmonies of #6F713B
Complementary color
Monochromatic Colors of #6F713B
Black with #6F713B
Text Example
Text Example
White with #6F713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F713B; }
p { color: rgb(111,113,59); }
H1.HeaderClassName
{
color: #6F713B;
}
.AnyTagClassName
{
color: #6F713B;
}
</style>
background-color css
<style>
a { background-color: #6F713B; }
a { background-color: rgb(111,113,59); }
div.DivClassName
{
background-color: #6F713B;
}
.BgClassName
{
background-color: #6F713B;
}
</style>
border-color css
<style>
span { border-color: #6F713B; }
span { border-color: rgb(111,113,59); }
td.TdClassName
{
border-color: #6F713B;
}
.TagClassName
{
border-color: #6F713B;
}
</style>