Shades of Hemlock #6E6C43
Tints of Hemlock #6E6C43
RGB
CMYK
RGB Variations
Color information
#6E6C43 (or 0x6E6C43) is known color: Hemlock. HEX triplet: 6E, 6C and 43. RGB value is (110,108,67). Sum of RGB (Red+Green+Blue) = 110+108+67=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6C43 is #9193BC. Grayscale: #686868. Windows color (decimal): -9540541 or 4418670. OLE color: 4418670.
HSL color Cylindrical-coordinate representation of color #6E6C43: hue angle of 57.21º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E6C43 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 108 | 67 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.57 |
| HSL | 57.21º | 0.24% | 0.35% | - |
| HSV(B) | 57.21º | 0.39% | 0.43% | - |
| XYZ | 12.81 | 14.45 | 7.42 | - |
| YUV | 103.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 67 | 0 | 0.02 | 0.39 | 0.57 | 57.21 | 0.24 | 0.35 |
| Hex | 6E | 6C | 43 | 0 | 2 | 27 | 39 | 39 | 18 | 23 |
| Octal | 156 | 154 | 103 | 0 | 2 | 47 | 71 | 71 | 30 | 43 |
| Binary | 1101110 | 1101100 | 1000011 | 0 | 10 | 100111 | 111001 | 111001 | 11000 | 100011 |
Color Harmonies of #6E6C43
Complementary color
Monochromatic Colors of #6E6C43
Black with #6E6C43
Text Example
Text Example
White with #6E6C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6C43; }
p { color: rgb(110,108,67); }
H1.HeaderClassName
{
color: #6E6C43;
}
.AnyTagClassName
{
color: #6E6C43;
}
</style>
background-color css
<style>
a { background-color: #6E6C43; }
a { background-color: rgb(110,108,67); }
div.DivClassName
{
background-color: #6E6C43;
}
.BgClassName
{
background-color: #6E6C43;
}
</style>
border-color css
<style>
span { border-color: #6E6C43; }
span { border-color: rgb(110,108,67); }
td.TdClassName
{
border-color: #6E6C43;
}
.TagClassName
{
border-color: #6E6C43;
}
</style>