Shades of Hemlock #6E703D
Tints of Hemlock #6E703D
RGB
CMYK
RGB Variations
Color information
#6E703D (or 0x6E703D) is known color: Hemlock. HEX triplet: 6E, 70 and 3D. RGB value is (110,112,61). Sum of RGB (Red+Green+Blue) = 110+112+61=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #6E703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E703D is #918FC2. Grayscale: #696969. Windows color (decimal): -9539523 or 4026478. OLE color: 4026478.
HSL color Cylindrical-coordinate representation of color #6E703D: hue angle of 62.35º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E703D is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 61 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.56 |
| HSL | 62.35º | 0.29% | 0.34% | - |
| HSV(B) | 62.35º | 0.46% | 0.44% | - |
| XYZ | 13.07 | 15.24 | 6.67 | - |
| YUV | 105.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 61 | 0.02 | 0 | 0.46 | 0.56 | 62.35 | 0.29 | 0.34 |
| Hex | 6E | 70 | 3D | 2 | 0 | 2E | 38 | 3E | 1D | 22 |
| Octal | 156 | 160 | 75 | 2 | 0 | 56 | 70 | 76 | 35 | 42 |
| Binary | 1101110 | 1110000 | 111101 | 10 | 0 | 101110 | 111000 | 111110 | 11101 | 100010 |
Color Harmonies of #6E703D
Complementary color
Monochromatic Colors of #6E703D
Black with #6E703D
Text Example
Text Example
White with #6E703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E703D; }
p { color: rgb(110,112,61); }
H1.HeaderClassName
{
color: #6E703D;
}
.AnyTagClassName
{
color: #6E703D;
}
</style>
background-color css
<style>
a { background-color: #6E703D; }
a { background-color: rgb(110,112,61); }
div.DivClassName
{
background-color: #6E703D;
}
.BgClassName
{
background-color: #6E703D;
}
</style>
border-color css
<style>
span { border-color: #6E703D; }
span { border-color: rgb(110,112,61); }
td.TdClassName
{
border-color: #6E703D;
}
.TagClassName
{
border-color: #6E703D;
}
</style>