Shades of Hemlock #6F6D4A
Tints of Hemlock #6F6D4A
RGB
CMYK
RGB Variations
Color information
#6F6D4A (or 0x6F6D4A) is known color: Hemlock. HEX triplet: 6F, 6D and 4A. RGB value is (111,109,74). Sum of RGB (Red+Green+Blue) = 111+109+74=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6D4A is #9092B5. Grayscale: #696969. Windows color (decimal): -9474742 or 4877679. OLE color: 4877679.
HSL color Cylindrical-coordinate representation of color #6F6D4A: hue angle of 56.76º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F6D4A is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 74 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.56 |
| HSL | 56.76º | 0.2% | 0.36% | - |
| HSV(B) | 56.76º | 0.33% | 0.44% | - |
| XYZ | 13.26 | 14.81 | 8.64 | - |
| YUV | 105.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 74 | 0 | 0.02 | 0.33 | 0.56 | 56.76 | 0.2 | 0.36 |
| Hex | 6F | 6D | 4A | 0 | 2 | 21 | 38 | 39 | 14 | 24 |
| Octal | 157 | 155 | 112 | 0 | 2 | 41 | 70 | 71 | 24 | 44 |
| Binary | 1101111 | 1101101 | 1001010 | 0 | 10 | 100001 | 111000 | 111001 | 10100 | 100100 |
Color Harmonies of #6F6D4A
Complementary color
Monochromatic Colors of #6F6D4A
Black with #6F6D4A
Text Example
Text Example
White with #6F6D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D4A; }
p { color: rgb(111,109,74); }
H1.HeaderClassName
{
color: #6F6D4A;
}
.AnyTagClassName
{
color: #6F6D4A;
}
</style>
background-color css
<style>
a { background-color: #6F6D4A; }
a { background-color: rgb(111,109,74); }
div.DivClassName
{
background-color: #6F6D4A;
}
.BgClassName
{
background-color: #6F6D4A;
}
</style>
border-color css
<style>
span { border-color: #6F6D4A; }
span { border-color: rgb(111,109,74); }
td.TdClassName
{
border-color: #6F6D4A;
}
.TagClassName
{
border-color: #6F6D4A;
}
</style>