Shades of Hemlock #6E6A42
Tints of Hemlock #6E6A42
RGB
CMYK
RGB Variations
Color information
#6E6A42 (or 0x6E6A42) is known color: Hemlock. HEX triplet: 6E, 6A and 42. RGB value is (110,106,66). Sum of RGB (Red+Green+Blue) = 110+106+66=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6A42 is #9195BD. Grayscale: #666666. Windows color (decimal): -9541054 or 4352622. OLE color: 4352622.
HSL color Cylindrical-coordinate representation of color #6E6A42: hue angle of 54.55º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E6A42 is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 106 | 66 | - |
| CMYK | 0 | 0.04 | 0.4 | 0.57 |
| HSL | 54.55º | 0.25% | 0.35% | - |
| HSV(B) | 54.55º | 0.4% | 0.43% | - |
| XYZ | 12.57 | 14.02 | 7.2 | - |
| YUV | 102.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 66 | 0 | 0.04 | 0.4 | 0.57 | 54.55 | 0.25 | 0.35 |
| Hex | 6E | 6A | 42 | 0 | 4 | 28 | 39 | 37 | 19 | 23 |
| Octal | 156 | 152 | 102 | 0 | 4 | 50 | 71 | 67 | 31 | 43 |
| Binary | 1101110 | 1101010 | 1000010 | 0 | 100 | 101000 | 111001 | 110111 | 11001 | 100011 |
Color Harmonies of #6E6A42
Complementary color
Monochromatic Colors of #6E6A42
Black with #6E6A42
Text Example
Text Example
White with #6E6A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A42; }
p { color: rgb(110,106,66); }
H1.HeaderClassName
{
color: #6E6A42;
}
.AnyTagClassName
{
color: #6E6A42;
}
</style>
background-color css
<style>
a { background-color: #6E6A42; }
a { background-color: rgb(110,106,66); }
div.DivClassName
{
background-color: #6E6A42;
}
.BgClassName
{
background-color: #6E6A42;
}
</style>
border-color css
<style>
span { border-color: #6E6A42; }
span { border-color: rgb(110,106,66); }
td.TdClassName
{
border-color: #6E6A42;
}
.TagClassName
{
border-color: #6E6A42;
}
</style>