Shades of Hemlock #6F6D3F
Tints of Hemlock #6F6D3F
RGB
CMYK
RGB Variations
Color information
#6F6D3F (or 0x6F6D3F) is known color: Hemlock. HEX triplet: 6F, 6D and 3F. RGB value is (111,109,63). Sum of RGB (Red+Green+Blue) = 111+109+63=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6D3F is #9092C0. Grayscale: #686868. Windows color (decimal): -9474753 or 4156783. OLE color: 4156783.
HSL color Cylindrical-coordinate representation of color #6F6D3F: hue angle of 57.5º 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 #6F6D3F is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 63 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.56 |
| HSL | 57.5º | 0.28% | 0.34% | - |
| HSV(B) | 57.5º | 0.43% | 0.44% | - |
| XYZ | 12.92 | 14.68 | 6.85 | - |
| YUV | 104.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 63 | 0 | 0.02 | 0.43 | 0.56 | 57.5 | 0.28 | 0.34 |
| Hex | 6F | 6D | 3F | 0 | 2 | 2B | 38 | 3A | 1C | 22 |
| Octal | 157 | 155 | 77 | 0 | 2 | 53 | 70 | 72 | 34 | 42 |
| Binary | 1101111 | 1101101 | 111111 | 0 | 10 | 101011 | 111000 | 111010 | 11100 | 100010 |
Color Harmonies of #6F6D3F
Complementary color
Monochromatic Colors of #6F6D3F
Black with #6F6D3F
Text Example
Text Example
White with #6F6D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D3F; }
p { color: rgb(111,109,63); }
H1.HeaderClassName
{
color: #6F6D3F;
}
.AnyTagClassName
{
color: #6F6D3F;
}
</style>
background-color css
<style>
a { background-color: #6F6D3F; }
a { background-color: rgb(111,109,63); }
div.DivClassName
{
background-color: #6F6D3F;
}
.BgClassName
{
background-color: #6F6D3F;
}
</style>
border-color css
<style>
span { border-color: #6F6D3F; }
span { border-color: rgb(111,109,63); }
td.TdClassName
{
border-color: #6F6D3F;
}
.TagClassName
{
border-color: #6F6D3F;
}
</style>