Shades of Hemlock #6F6D4C
Tints of Hemlock #6F6D4C
RGB
CMYK
RGB Variations
Color information
#6F6D4C (or 0x6F6D4C) is known color: Hemlock. HEX triplet: 6F, 6D and 4C. RGB value is (111,109,76). Sum of RGB (Red+Green+Blue) = 111+109+76=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6D4C is #9092B3. Grayscale: #696969. Windows color (decimal): -9474740 or 5008751. OLE color: 5008751.
HSL color Cylindrical-coordinate representation of color #6F6D4C: hue angle of 56.57º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F6D4C is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 76 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.56 |
| HSL | 56.57º | 0.19% | 0.37% | - |
| HSV(B) | 56.57º | 0.32% | 0.44% | - |
| XYZ | 13.33 | 14.84 | 9 | - |
| YUV | 105.84 | 111.16 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 76 | 0 | 0.02 | 0.32 | 0.56 | 56.57 | 0.19 | 0.37 |
| Hex | 6F | 6D | 4C | 0 | 2 | 20 | 38 | 39 | 13 | 25 |
| Octal | 157 | 155 | 114 | 0 | 2 | 40 | 70 | 71 | 23 | 45 |
| Binary | 1101111 | 1101101 | 1001100 | 0 | 10 | 100000 | 111000 | 111001 | 10011 | 100101 |
Color Harmonies of #6F6D4C
Complementary color
Monochromatic Colors of #6F6D4C
Black with #6F6D4C
Text Example
Text Example
White with #6F6D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D4C; }
p { color: rgb(111,109,76); }
H1.HeaderClassName
{
color: #6F6D4C;
}
.AnyTagClassName
{
color: #6F6D4C;
}
</style>
background-color css
<style>
a { background-color: #6F6D4C; }
a { background-color: rgb(111,109,76); }
div.DivClassName
{
background-color: #6F6D4C;
}
.BgClassName
{
background-color: #6F6D4C;
}
</style>
border-color css
<style>
span { border-color: #6F6D4C; }
span { border-color: rgb(111,109,76); }
td.TdClassName
{
border-color: #6F6D4C;
}
.TagClassName
{
border-color: #6F6D4C;
}
</style>