Shades of Dingley #6D8346
Tints of Dingley #6D8346
RGB
CMYK
RGB Variations
Color information
#6D8346 (or 0x6D8346) is known color: Dingley. HEX triplet: 6D, 83 and 46. RGB value is (109,131,70). Sum of RGB (Red+Green+Blue) = 109+131+70=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8346 is #927CB9. Grayscale: #757575. Windows color (decimal): -9600186 or 4621165. OLE color: 4621165.
HSL color Cylindrical-coordinate representation of color #6D8346: hue angle of 81.64º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D8346 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 131 | 70 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.49 |
| HSL | 81.64º | 0.3% | 0.39% | - |
| HSV(B) | 81.64º | 0.47% | 0.51% | - |
| XYZ | 15.53 | 19.93 | 8.82 | - |
| YUV | 117.47 | 101.21 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 70 | 0.17 | 0 | 0.47 | 0.49 | 81.64 | 0.3 | 0.39 |
| Hex | 6D | 83 | 46 | 11 | 0 | 2F | 31 | 52 | 1E | 27 |
| Octal | 155 | 203 | 106 | 21 | 0 | 57 | 61 | 122 | 36 | 47 |
| Binary | 1101101 | 10000011 | 1000110 | 10001 | 0 | 101111 | 110001 | 1010010 | 11110 | 100111 |
Color Harmonies of #6D8346
Complementary color
Monochromatic Colors of #6D8346
Black with #6D8346
Text Example
Text Example
White with #6D8346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8346; }
p { color: rgb(109,131,70); }
H1.HeaderClassName
{
color: #6D8346;
}
.AnyTagClassName
{
color: #6D8346;
}
</style>
background-color css
<style>
a { background-color: #6D8346; }
a { background-color: rgb(109,131,70); }
div.DivClassName
{
background-color: #6D8346;
}
.BgClassName
{
background-color: #6D8346;
}
</style>
border-color css
<style>
span { border-color: #6D8346; }
span { border-color: rgb(109,131,70); }
td.TdClassName
{
border-color: #6D8346;
}
.TagClassName
{
border-color: #6D8346;
}
</style>