Shades of Hemlock #6F6D52
Tints of Hemlock #6F6D52
RGB
CMYK
RGB Variations
Color information
#6F6D52 (or 0x6F6D52) is known color: Hemlock. HEX triplet: 6F, 6D and 52. RGB value is (111,109,82). Sum of RGB (Red+Green+Blue) = 111+109+82=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D52 is #9092AD. Grayscale: #6A6A6A. Windows color (decimal): -9474734 or 5401967. OLE color: 5401967.
HSL color Cylindrical-coordinate representation of color #6F6D52: hue angle of 55.86º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F6D52 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 82 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.56 |
| HSL | 55.86º | 0.15% | 0.38% | - |
| HSV(B) | 55.86º | 0.26% | 0.44% | - |
| XYZ | 13.55 | 14.93 | 10.15 | - |
| YUV | 106.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 82 | 0 | 0.02 | 0.26 | 0.56 | 55.86 | 0.15 | 0.38 |
| Hex | 6F | 6D | 52 | 0 | 2 | 1A | 38 | 38 | F | 26 |
| Octal | 157 | 155 | 122 | 0 | 2 | 32 | 70 | 70 | 17 | 46 |
| Binary | 1101111 | 1101101 | 1010010 | 0 | 10 | 11010 | 111000 | 111000 | 1111 | 100110 |
Color Harmonies of #6F6D52
Complementary color
Monochromatic Colors of #6F6D52
Black with #6F6D52
Text Example
Text Example
White with #6F6D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D52; }
p { color: rgb(111,109,82); }
H1.HeaderClassName
{
color: #6F6D52;
}
.AnyTagClassName
{
color: #6F6D52;
}
</style>
background-color css
<style>
a { background-color: #6F6D52; }
a { background-color: rgb(111,109,82); }
div.DivClassName
{
background-color: #6F6D52;
}
.BgClassName
{
background-color: #6F6D52;
}
</style>
border-color css
<style>
span { border-color: #6F6D52; }
span { border-color: rgb(111,109,82); }
td.TdClassName
{
border-color: #6F6D52;
}
.TagClassName
{
border-color: #6F6D52;
}
</style>