Shades of Hemlock #6E6E3A
Tints of Hemlock #6E6E3A
RGB
CMYK
RGB Variations
Color information
#6E6E3A (or 0x6E6E3A) is known color: Hemlock. HEX triplet: 6E, 6E and 3A. RGB value is (110,110,58). Sum of RGB (Red+Green+Blue) = 110+110+58=278 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.57% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 110 - color contains mainly: red, green. Hex color #6E6E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6E3A is #9191C5. Grayscale: #686868. Windows color (decimal): -9540038 or 3829358. OLE color: 3829358.
HSL color Cylindrical-coordinate representation of color #6E6E3A: hue angle of 60º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E6E3A is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 110 | 58 | - |
| CMYK | 0 | 0 | 0.47 | 0.57 |
| HSL | 60º | 0.31% | 0.33% | - |
| HSV(B) | 60º | 0.47% | 0.43% | - |
| XYZ | 12.77 | 14.77 | 6.18 | - |
| YUV | 104.07 | 102 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 110 | 58 | 0 | 0 | 0.47 | 0.57 | 60 | 0.31 | 0.33 |
| Hex | 6E | 6E | 3A | 0 | 0 | 2F | 39 | 3C | 1F | 21 |
| Octal | 156 | 156 | 72 | 0 | 0 | 57 | 71 | 74 | 37 | 41 |
| Binary | 1101110 | 1101110 | 111010 | 0 | 0 | 101111 | 111001 | 111100 | 11111 | 100001 |
Color Harmonies of #6E6E3A
Complementary color
Monochromatic Colors of #6E6E3A
Black with #6E6E3A
Text Example
Text Example
White with #6E6E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6E3A; }
p { color: rgb(110,110,58); }
H1.HeaderClassName
{
color: #6E6E3A;
}
.AnyTagClassName
{
color: #6E6E3A;
}
</style>
background-color css
<style>
a { background-color: #6E6E3A; }
a { background-color: rgb(110,110,58); }
div.DivClassName
{
background-color: #6E6E3A;
}
.BgClassName
{
background-color: #6E6E3A;
}
</style>
border-color css
<style>
span { border-color: #6E6E3A; }
span { border-color: rgb(110,110,58); }
td.TdClassName
{
border-color: #6E6E3A;
}
.TagClassName
{
border-color: #6E6E3A;
}
</style>