Shades of Hemlock #6F713D
Tints of Hemlock #6F713D
RGB
CMYK
RGB Variations
Color information
#6F713D (or 0x6F713D) is known color: Hemlock. HEX triplet: 6F, 71 and 3D. RGB value is (111,113,61). Sum of RGB (Red+Green+Blue) = 111+113+61=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #6F713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F713D is #908EC2. Grayscale: #6A6A6A. Windows color (decimal): -9473731 or 4026735. OLE color: 4026735.
HSL color Cylindrical-coordinate representation of color #6F713D: hue angle of 62.31º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F713D is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 61 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.56 |
| HSL | 62.31º | 0.3% | 0.34% | - |
| HSV(B) | 62.31º | 0.46% | 0.44% | - |
| XYZ | 13.3 | 15.53 | 6.71 | - |
| YUV | 106.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 61 | 0.02 | 0 | 0.46 | 0.56 | 62.31 | 0.3 | 0.34 |
| Hex | 6F | 71 | 3D | 2 | 0 | 2E | 38 | 3E | 1E | 22 |
| Octal | 157 | 161 | 75 | 2 | 0 | 56 | 70 | 76 | 36 | 42 |
| Binary | 1101111 | 1110001 | 111101 | 10 | 0 | 101110 | 111000 | 111110 | 11110 | 100010 |
Color Harmonies of #6F713D
Complementary color
Monochromatic Colors of #6F713D
Black with #6F713D
Text Example
Text Example
White with #6F713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F713D; }
p { color: rgb(111,113,61); }
H1.HeaderClassName
{
color: #6F713D;
}
.AnyTagClassName
{
color: #6F713D;
}
</style>
background-color css
<style>
a { background-color: #6F713D; }
a { background-color: rgb(111,113,61); }
div.DivClassName
{
background-color: #6F713D;
}
.BgClassName
{
background-color: #6F713D;
}
</style>
border-color css
<style>
span { border-color: #6F713D; }
span { border-color: rgb(111,113,61); }
td.TdClassName
{
border-color: #6F713D;
}
.TagClassName
{
border-color: #6F713D;
}
</style>