Shades of Dingley #6E843E
Tints of Dingley #6E843E
RGB
CMYK
RGB Variations
Color information
#6E843E (or 0x6E843E) is known color: Dingley. HEX triplet: 6E, 84 and 3E. RGB value is (110,132,62). Sum of RGB (Red+Green+Blue) = 110+132+62=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #6E843E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E843E is #917BC1. Grayscale: #757575. Windows color (decimal): -9534402 or 4097134. OLE color: 4097134.
HSL color Cylindrical-coordinate representation of color #6E843E: hue angle of 78.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E843E is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 132 | 62 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.48 |
| HSL | 78.86º | 0.36% | 0.38% | - |
| HSV(B) | 78.86º | 0.53% | 0.52% | - |
| XYZ | 15.55 | 20.17 | 7.63 | - |
| YUV | 117.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 62 | 0.17 | 0 | 0.53 | 0.48 | 78.86 | 0.36 | 0.38 |
| Hex | 6E | 84 | 3E | 11 | 0 | 35 | 30 | 4F | 24 | 26 |
| Octal | 156 | 204 | 76 | 21 | 0 | 65 | 60 | 117 | 44 | 46 |
| Binary | 1101110 | 10000100 | 111110 | 10001 | 0 | 110101 | 110000 | 1001111 | 100100 | 100110 |
Color Harmonies of #6E843E
Complementary color
Monochromatic Colors of #6E843E
Black with #6E843E
Text Example
Text Example
White with #6E843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E843E; }
p { color: rgb(110,132,62); }
H1.HeaderClassName
{
color: #6E843E;
}
.AnyTagClassName
{
color: #6E843E;
}
</style>
background-color css
<style>
a { background-color: #6E843E; }
a { background-color: rgb(110,132,62); }
div.DivClassName
{
background-color: #6E843E;
}
.BgClassName
{
background-color: #6E843E;
}
</style>
border-color css
<style>
span { border-color: #6E843E; }
span { border-color: rgb(110,132,62); }
td.TdClassName
{
border-color: #6E843E;
}
.TagClassName
{
border-color: #6E843E;
}
</style>