Shades of Hemlock #6E6E50
Tints of Hemlock #6E6E50
RGB
CMYK
RGB Variations
Color information
#6E6E50 (or 0x6E6E50) is known color: Hemlock. HEX triplet: 6E, 6E and 50. RGB value is (110,110,80). Sum of RGB (Red+Green+Blue) = 110+110+80=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 110 - color contains mainly: red, green. Hex color #6E6E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6E50 is #9191AF. Grayscale: #6A6A6A. Windows color (decimal): -9540016 or 5271150. OLE color: 5271150.
HSL color Cylindrical-coordinate representation of color #6E6E50: hue angle of 60º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E6E50 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 110 | 80 | - |
| CMYK | 0 | 0 | 0.27 | 0.57 |
| HSL | 60º | 0.16% | 0.37% | - |
| HSV(B) | 60º | 0.27% | 0.43% | - |
| XYZ | 13.45 | 15.05 | 9.78 | - |
| YUV | 106.58 | 113 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 110 | 80 | 0 | 0 | 0.27 | 0.57 | 60 | 0.16 | 0.37 |
| Hex | 6E | 6E | 50 | 0 | 0 | 1B | 39 | 3C | 10 | 25 |
| Octal | 156 | 156 | 120 | 0 | 0 | 33 | 71 | 74 | 20 | 45 |
| Binary | 1101110 | 1101110 | 1010000 | 0 | 0 | 11011 | 111001 | 111100 | 10000 | 100101 |
Color Harmonies of #6E6E50
Complementary color
Monochromatic Colors of #6E6E50
Black with #6E6E50
Text Example
Text Example
White with #6E6E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6E50; }
p { color: rgb(110,110,80); }
H1.HeaderClassName
{
color: #6E6E50;
}
.AnyTagClassName
{
color: #6E6E50;
}
</style>
background-color css
<style>
a { background-color: #6E6E50; }
a { background-color: rgb(110,110,80); }
div.DivClassName
{
background-color: #6E6E50;
}
.BgClassName
{
background-color: #6E6E50;
}
</style>
border-color css
<style>
span { border-color: #6E6E50; }
span { border-color: rgb(110,110,80); }
td.TdClassName
{
border-color: #6E6E50;
}
.TagClassName
{
border-color: #6E6E50;
}
</style>