Shades of Hemlock #6F6E3F
Tints of Hemlock #6F6E3F
RGB
CMYK
RGB Variations
Color information
#6F6E3F (or 0x6F6E3F) is known color: Hemlock. HEX triplet: 6F, 6E and 3F. RGB value is (111,110,63). Sum of RGB (Red+Green+Blue) = 111+110+63=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6E3F is #9091C0. Grayscale: #696969. Windows color (decimal): -9474497 or 4157039. OLE color: 4157039.
HSL color Cylindrical-coordinate representation of color #6F6E3F: hue angle of 58.75º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F6E3F is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 63 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.56 |
| HSL | 58.75º | 0.28% | 0.34% | - |
| HSV(B) | 58.75º | 0.43% | 0.44% | - |
| XYZ | 13.03 | 14.89 | 6.89 | - |
| YUV | 104.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 63 | 0 | 0.01 | 0.43 | 0.56 | 58.75 | 0.28 | 0.34 |
| Hex | 6F | 6E | 3F | 0 | 1 | 2B | 38 | 3B | 1C | 22 |
| Octal | 157 | 156 | 77 | 0 | 1 | 53 | 70 | 73 | 34 | 42 |
| Binary | 1101111 | 1101110 | 111111 | 0 | 1 | 101011 | 111000 | 111011 | 11100 | 100010 |
Color Harmonies of #6F6E3F
Complementary color
Monochromatic Colors of #6F6E3F
Black with #6F6E3F
Text Example
Text Example
White with #6F6E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E3F; }
p { color: rgb(111,110,63); }
H1.HeaderClassName
{
color: #6F6E3F;
}
.AnyTagClassName
{
color: #6F6E3F;
}
</style>
background-color css
<style>
a { background-color: #6F6E3F; }
a { background-color: rgb(111,110,63); }
div.DivClassName
{
background-color: #6F6E3F;
}
.BgClassName
{
background-color: #6F6E3F;
}
</style>
border-color css
<style>
span { border-color: #6F6E3F; }
span { border-color: rgb(111,110,63); }
td.TdClassName
{
border-color: #6F6E3F;
}
.TagClassName
{
border-color: #6F6E3F;
}
</style>