Shades of Dingley #6D8340
Tints of Dingley #6D8340
RGB
CMYK
RGB Variations
Color information
#6D8340 (or 0x6D8340) is known color: Dingley. HEX triplet: 6D, 83 and 40. RGB value is (109,131,64). Sum of RGB (Red+Green+Blue) = 109+131+64=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8340 is #927CBF. Grayscale: #757575. Windows color (decimal): -9600192 or 4227949. OLE color: 4227949.
HSL color Cylindrical-coordinate representation of color #6D8340: hue angle of 79.7º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D8340 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 131 | 64 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.49 |
| HSL | 79.7º | 0.34% | 0.38% | - |
| HSV(B) | 79.7º | 0.51% | 0.51% | - |
| XYZ | 15.35 | 19.85 | 7.87 | - |
| YUV | 116.78 | 98.21 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 64 | 0.17 | 0 | 0.51 | 0.49 | 79.7 | 0.34 | 0.38 |
| Hex | 6D | 83 | 40 | 11 | 0 | 33 | 31 | 50 | 22 | 26 |
| Octal | 155 | 203 | 100 | 21 | 0 | 63 | 61 | 120 | 42 | 46 |
| Binary | 1101101 | 10000011 | 1000000 | 10001 | 0 | 110011 | 110001 | 1010000 | 100010 | 100110 |
Color Harmonies of #6D8340
Complementary color
Monochromatic Colors of #6D8340
Black with #6D8340
Text Example
Text Example
White with #6D8340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8340; }
p { color: rgb(109,131,64); }
H1.HeaderClassName
{
color: #6D8340;
}
.AnyTagClassName
{
color: #6D8340;
}
</style>
background-color css
<style>
a { background-color: #6D8340; }
a { background-color: rgb(109,131,64); }
div.DivClassName
{
background-color: #6D8340;
}
.BgClassName
{
background-color: #6D8340;
}
</style>
border-color css
<style>
span { border-color: #6D8340; }
span { border-color: rgb(109,131,64); }
td.TdClassName
{
border-color: #6D8340;
}
.TagClassName
{
border-color: #6D8340;
}
</style>