Shades of Dingley #6D834D
Tints of Dingley #6D834D
RGB
CMYK
RGB Variations
Color information
#6D834D (or 0x6D834D) is known color: Dingley. HEX triplet: 6D, 83 and 4D. RGB value is (109,131,77). Sum of RGB (Red+Green+Blue) = 109+131+77=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #6D834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D834D is #927CB2. Grayscale: #767676. Windows color (decimal): -9600179 or 5079917. OLE color: 5079917.
HSL color Cylindrical-coordinate representation of color #6D834D: hue angle of 84.44º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D834D is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 131 | 77 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.49 |
| HSL | 84.44º | 0.26% | 0.41% | - |
| HSV(B) | 84.44º | 0.41% | 0.51% | - |
| XYZ | 15.76 | 20.02 | 10.05 | - |
| YUV | 118.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 77 | 0.17 | 0 | 0.41 | 0.49 | 84.44 | 0.26 | 0.41 |
| Hex | 6D | 83 | 4D | 11 | 0 | 29 | 31 | 54 | 1A | 29 |
| Octal | 155 | 203 | 115 | 21 | 0 | 51 | 61 | 124 | 32 | 51 |
| Binary | 1101101 | 10000011 | 1001101 | 10001 | 0 | 101001 | 110001 | 1010100 | 11010 | 101001 |
Color Harmonies of #6D834D
Complementary color
Monochromatic Colors of #6D834D
Black with #6D834D
Text Example
Text Example
White with #6D834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D834D; }
p { color: rgb(109,131,77); }
H1.HeaderClassName
{
color: #6D834D;
}
.AnyTagClassName
{
color: #6D834D;
}
</style>
background-color css
<style>
a { background-color: #6D834D; }
a { background-color: rgb(109,131,77); }
div.DivClassName
{
background-color: #6D834D;
}
.BgClassName
{
background-color: #6D834D;
}
</style>
border-color css
<style>
span { border-color: #6D834D; }
span { border-color: rgb(109,131,77); }
td.TdClassName
{
border-color: #6D834D;
}
.TagClassName
{
border-color: #6D834D;
}
</style>