Shades of Hemlock #6F6C41
Tints of Hemlock #6F6C41
RGB
CMYK
RGB Variations
Color information
#6F6C41 (or 0x6F6C41) is known color: Hemlock. HEX triplet: 6F, 6C and 41. RGB value is (111,108,65). Sum of RGB (Red+Green+Blue) = 111+108+65=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6C41 is #9093BE. Grayscale: #686868. Windows color (decimal): -9475007 or 4287599. OLE color: 4287599.
HSL color Cylindrical-coordinate representation of color #6F6C41: hue angle of 56.09º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F6C41 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 65 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.56 |
| HSL | 56.09º | 0.26% | 0.35% | - |
| HSV(B) | 56.09º | 0.41% | 0.44% | - |
| XYZ | 12.87 | 14.49 | 7.12 | - |
| YUV | 104 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 65 | 0 | 0.03 | 0.41 | 0.56 | 56.09 | 0.26 | 0.35 |
| Hex | 6F | 6C | 41 | 0 | 3 | 29 | 38 | 38 | 1A | 23 |
| Octal | 157 | 154 | 101 | 0 | 3 | 51 | 70 | 70 | 32 | 43 |
| Binary | 1101111 | 1101100 | 1000001 | 0 | 11 | 101001 | 111000 | 111000 | 11010 | 100011 |
Color Harmonies of #6F6C41
Complementary color
Monochromatic Colors of #6F6C41
Black with #6F6C41
Text Example
Text Example
White with #6F6C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C41; }
p { color: rgb(111,108,65); }
H1.HeaderClassName
{
color: #6F6C41;
}
.AnyTagClassName
{
color: #6F6C41;
}
</style>
background-color css
<style>
a { background-color: #6F6C41; }
a { background-color: rgb(111,108,65); }
div.DivClassName
{
background-color: #6F6C41;
}
.BgClassName
{
background-color: #6F6C41;
}
</style>
border-color css
<style>
span { border-color: #6F6C41; }
span { border-color: rgb(111,108,65); }
td.TdClassName
{
border-color: #6F6C41;
}
.TagClassName
{
border-color: #6F6C41;
}
</style>