Shades of Dingley #6E7E44
Tints of Dingley #6E7E44
RGB
CMYK
RGB Variations
Color information
#6E7E44 (or 0x6E7E44) is known color: Dingley. HEX triplet: 6E, 7E and 44. RGB value is (110,126,68). Sum of RGB (Red+Green+Blue) = 110+126+68=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 126 - color contains mainly: green. Hex color #6E7E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7E44 is #9181BB. Grayscale: #727272. Windows color (decimal): -9535932 or 4488814. OLE color: 4488814.
HSL color Cylindrical-coordinate representation of color #6E7E44: hue angle of 76.55º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E7E44 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 126 | 68 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.51 |
| HSL | 76.55º | 0.3% | 0.38% | - |
| HSV(B) | 76.55º | 0.46% | 0.49% | - |
| XYZ | 14.93 | 18.65 | 8.28 | - |
| YUV | 114.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 126 | 68 | 0.13 | 0 | 0.46 | 0.51 | 76.55 | 0.3 | 0.38 |
| Hex | 6E | 7E | 44 | D | 0 | 2E | 33 | 4D | 1E | 26 |
| Octal | 156 | 176 | 104 | 15 | 0 | 56 | 63 | 115 | 36 | 46 |
| Binary | 1101110 | 1111110 | 1000100 | 1101 | 0 | 101110 | 110011 | 1001101 | 11110 | 100110 |
Color Harmonies of #6E7E44
Complementary color
Monochromatic Colors of #6E7E44
Black with #6E7E44
Text Example
Text Example
White with #6E7E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7E44; }
p { color: rgb(110,126,68); }
H1.HeaderClassName
{
color: #6E7E44;
}
.AnyTagClassName
{
color: #6E7E44;
}
</style>
background-color css
<style>
a { background-color: #6E7E44; }
a { background-color: rgb(110,126,68); }
div.DivClassName
{
background-color: #6E7E44;
}
.BgClassName
{
background-color: #6E7E44;
}
</style>
border-color css
<style>
span { border-color: #6E7E44; }
span { border-color: rgb(110,126,68); }
td.TdClassName
{
border-color: #6E7E44;
}
.TagClassName
{
border-color: #6E7E44;
}
</style>