Shades of Dingley #6E883D
Tints of Dingley #6E883D
RGB
CMYK
RGB Variations
Color information
#6E883D (or 0x6E883D) is known color: Dingley. HEX triplet: 6E, 88 and 3D. RGB value is (110,136,61). Sum of RGB (Red+Green+Blue) = 110+136+61=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #6E883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E883D is #9177C2. Grayscale: #777777. Windows color (decimal): -9533379 or 4032622. OLE color: 4032622.
HSL color Cylindrical-coordinate representation of color #6E883D: hue angle of 80.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E883D is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 61 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.47 |
| HSL | 80.8º | 0.38% | 0.39% | - |
| HSV(B) | 80.8º | 0.55% | 0.53% | - |
| XYZ | 16.08 | 21.26 | 7.67 | - |
| YUV | 119.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 61 | 0.19 | 0 | 0.55 | 0.47 | 80.8 | 0.38 | 0.39 |
| Hex | 6E | 88 | 3D | 13 | 0 | 37 | 2F | 51 | 26 | 27 |
| Octal | 156 | 210 | 75 | 23 | 0 | 67 | 57 | 121 | 46 | 47 |
| Binary | 1101110 | 10001000 | 111101 | 10011 | 0 | 110111 | 101111 | 1010001 | 100110 | 100111 |
Color Harmonies of #6E883D
Complementary color
Monochromatic Colors of #6E883D
Black with #6E883D
Text Example
Text Example
White with #6E883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E883D; }
p { color: rgb(110,136,61); }
H1.HeaderClassName
{
color: #6E883D;
}
.AnyTagClassName
{
color: #6E883D;
}
</style>
background-color css
<style>
a { background-color: #6E883D; }
a { background-color: rgb(110,136,61); }
div.DivClassName
{
background-color: #6E883D;
}
.BgClassName
{
background-color: #6E883D;
}
</style>
border-color css
<style>
span { border-color: #6E883D; }
span { border-color: rgb(110,136,61); }
td.TdClassName
{
border-color: #6E883D;
}
.TagClassName
{
border-color: #6E883D;
}
</style>