Shades of Dingley #6E8646
Tints of Dingley #6E8646
RGB
CMYK
RGB Variations
Color information
#6E8646 (or 0x6E8646) is known color: Dingley. HEX triplet: 6E, 86 and 46. RGB value is (110,134,70). Sum of RGB (Red+Green+Blue) = 110+134+70=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #6E8646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8646 is #9179B9. Grayscale: #777777. Windows color (decimal): -9533882 or 4621934. OLE color: 4621934.
HSL color Cylindrical-coordinate representation of color #6E8646: hue angle of 82.5º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E8646 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 134 | 70 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.47 |
| HSL | 82.5º | 0.31% | 0.4% | - |
| HSV(B) | 82.5º | 0.48% | 0.53% | - |
| XYZ | 16.06 | 20.81 | 8.96 | - |
| YUV | 119.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 70 | 0.18 | 0 | 0.48 | 0.47 | 82.5 | 0.31 | 0.4 |
| Hex | 6E | 86 | 46 | 12 | 0 | 30 | 2F | 52 | 1F | 28 |
| Octal | 156 | 206 | 106 | 22 | 0 | 60 | 57 | 122 | 37 | 50 |
| Binary | 1101110 | 10000110 | 1000110 | 10010 | 0 | 110000 | 101111 | 1010010 | 11111 | 101000 |
Color Harmonies of #6E8646
Complementary color
Monochromatic Colors of #6E8646
Black with #6E8646
Text Example
Text Example
White with #6E8646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8646; }
p { color: rgb(110,134,70); }
H1.HeaderClassName
{
color: #6E8646;
}
.AnyTagClassName
{
color: #6E8646;
}
</style>
background-color css
<style>
a { background-color: #6E8646; }
a { background-color: rgb(110,134,70); }
div.DivClassName
{
background-color: #6E8646;
}
.BgClassName
{
background-color: #6E8646;
}
</style>
border-color css
<style>
span { border-color: #6E8646; }
span { border-color: rgb(110,134,70); }
td.TdClassName
{
border-color: #6E8646;
}
.TagClassName
{
border-color: #6E8646;
}
</style>