Shades of Hemlock #6D6F44
Tints of Hemlock #6D6F44
RGB
CMYK
RGB Variations
Color information
#6D6F44 (or 0x6D6F44) is known color: Hemlock. HEX triplet: 6D, 6F and 44. RGB value is (109,111,68). Sum of RGB (Red+Green+Blue) = 109+111+68=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #6D6F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6F44 is #9290BB. Grayscale: #696969. Windows color (decimal): -9605308 or 4484973. OLE color: 4484973.
HSL color Cylindrical-coordinate representation of color #6D6F44: hue angle of 62.79º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D6F44 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 111 | 68 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.56 |
| HSL | 62.79º | 0.24% | 0.35% | - |
| HSV(B) | 62.79º | 0.39% | 0.44% | - |
| XYZ | 13.03 | 15.04 | 7.68 | - |
| YUV | 105.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 111 | 68 | 0.02 | 0 | 0.39 | 0.56 | 62.79 | 0.24 | 0.35 |
| Hex | 6D | 6F | 44 | 2 | 0 | 27 | 38 | 3F | 18 | 23 |
| Octal | 155 | 157 | 104 | 2 | 0 | 47 | 70 | 77 | 30 | 43 |
| Binary | 1101101 | 1101111 | 1000100 | 10 | 0 | 100111 | 111000 | 111111 | 11000 | 100011 |
Color Harmonies of #6D6F44
Complementary color
Monochromatic Colors of #6D6F44
Black with #6D6F44
Text Example
Text Example
White with #6D6F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6F44; }
p { color: rgb(109,111,68); }
H1.HeaderClassName
{
color: #6D6F44;
}
.AnyTagClassName
{
color: #6D6F44;
}
</style>
background-color css
<style>
a { background-color: #6D6F44; }
a { background-color: rgb(109,111,68); }
div.DivClassName
{
background-color: #6D6F44;
}
.BgClassName
{
background-color: #6D6F44;
}
</style>
border-color css
<style>
span { border-color: #6D6F44; }
span { border-color: rgb(109,111,68); }
td.TdClassName
{
border-color: #6D6F44;
}
.TagClassName
{
border-color: #6D6F44;
}
</style>