Shades of Hemlock #6E6B49
Tints of Hemlock #6E6B49
RGB
CMYK
RGB Variations
Color information
#6E6B49 (or 0x6E6B49) is known color: Hemlock. HEX triplet: 6E, 6B and 49. RGB value is (110,107,73). Sum of RGB (Red+Green+Blue) = 110+107+73=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6B49 is #9194B6. Grayscale: #686868. Windows color (decimal): -9540791 or 4811630. OLE color: 4811630.
HSL color Cylindrical-coordinate representation of color #6E6B49: hue angle of 55.14º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E6B49 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 107 | 73 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.57 |
| HSL | 55.14º | 0.2% | 0.36% | - |
| HSV(B) | 55.14º | 0.34% | 0.43% | - |
| XYZ | 12.89 | 14.31 | 8.39 | - |
| YUV | 104.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 73 | 0 | 0.03 | 0.34 | 0.57 | 55.14 | 0.2 | 0.36 |
| Hex | 6E | 6B | 49 | 0 | 3 | 22 | 39 | 37 | 14 | 24 |
| Octal | 156 | 153 | 111 | 0 | 3 | 42 | 71 | 67 | 24 | 44 |
| Binary | 1101110 | 1101011 | 1001001 | 0 | 11 | 100010 | 111001 | 110111 | 10100 | 100100 |
Color Harmonies of #6E6B49
Complementary color
Monochromatic Colors of #6E6B49
Black with #6E6B49
Text Example
Text Example
White with #6E6B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B49; }
p { color: rgb(110,107,73); }
H1.HeaderClassName
{
color: #6E6B49;
}
.AnyTagClassName
{
color: #6E6B49;
}
</style>
background-color css
<style>
a { background-color: #6E6B49; }
a { background-color: rgb(110,107,73); }
div.DivClassName
{
background-color: #6E6B49;
}
.BgClassName
{
background-color: #6E6B49;
}
</style>
border-color css
<style>
span { border-color: #6E6B49; }
span { border-color: rgb(110,107,73); }
td.TdClassName
{
border-color: #6E6B49;
}
.TagClassName
{
border-color: #6E6B49;
}
</style>