Shades of Hemlock #6F6D46
Tints of Hemlock #6F6D46
RGB
CMYK
RGB Variations
Color information
#6F6D46 (or 0x6F6D46) is known color: Hemlock. HEX triplet: 6F, 6D and 46. RGB value is (111,109,70). Sum of RGB (Red+Green+Blue) = 111+109+70=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6D46 is #9092B9. Grayscale: #696969. Windows color (decimal): -9474746 or 4615535. OLE color: 4615535.
HSL color Cylindrical-coordinate representation of color #6F6D46: hue angle of 57.07º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F6D46 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 70 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.56 |
| HSL | 57.07º | 0.23% | 0.35% | - |
| HSV(B) | 57.07º | 0.37% | 0.44% | - |
| XYZ | 13.13 | 14.76 | 7.95 | - |
| YUV | 105.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 70 | 0 | 0.02 | 0.37 | 0.56 | 57.07 | 0.23 | 0.35 |
| Hex | 6F | 6D | 46 | 0 | 2 | 25 | 38 | 39 | 17 | 23 |
| Octal | 157 | 155 | 106 | 0 | 2 | 45 | 70 | 71 | 27 | 43 |
| Binary | 1101111 | 1101101 | 1000110 | 0 | 10 | 100101 | 111000 | 111001 | 10111 | 100011 |
Color Harmonies of #6F6D46
Complementary color
Monochromatic Colors of #6F6D46
Black with #6F6D46
Text Example
Text Example
White with #6F6D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D46; }
p { color: rgb(111,109,70); }
H1.HeaderClassName
{
color: #6F6D46;
}
.AnyTagClassName
{
color: #6F6D46;
}
</style>
background-color css
<style>
a { background-color: #6F6D46; }
a { background-color: rgb(111,109,70); }
div.DivClassName
{
background-color: #6F6D46;
}
.BgClassName
{
background-color: #6F6D46;
}
</style>
border-color css
<style>
span { border-color: #6F6D46; }
span { border-color: rgb(111,109,70); }
td.TdClassName
{
border-color: #6F6D46;
}
.TagClassName
{
border-color: #6F6D46;
}
</style>