Shades of Dingley #6D834A
Tints of Dingley #6D834A
RGB
CMYK
RGB Variations
Color information
#6D834A (or 0x6D834A) is known color: Dingley. HEX triplet: 6D, 83 and 4A. RGB value is (109,131,74). Sum of RGB (Red+Green+Blue) = 109+131+74=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #6D834A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D834A is #927CB5. Grayscale: #767676. Windows color (decimal): -9600182 or 4883309. OLE color: 4883309.
HSL color Cylindrical-coordinate representation of color #6D834A: hue angle of 83.16º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D834A is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 131 | 74 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.49 |
| HSL | 83.16º | 0.28% | 0.4% | - |
| HSV(B) | 83.16º | 0.44% | 0.51% | - |
| XYZ | 15.66 | 19.98 | 9.51 | - |
| YUV | 117.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 74 | 0.17 | 0 | 0.44 | 0.49 | 83.16 | 0.28 | 0.4 |
| Hex | 6D | 83 | 4A | 11 | 0 | 2C | 31 | 53 | 1C | 28 |
| Octal | 155 | 203 | 112 | 21 | 0 | 54 | 61 | 123 | 34 | 50 |
| Binary | 1101101 | 10000011 | 1001010 | 10001 | 0 | 101100 | 110001 | 1010011 | 11100 | 101000 |
Color Harmonies of #6D834A
Complementary color
Monochromatic Colors of #6D834A
Black with #6D834A
Text Example
Text Example
White with #6D834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D834A; }
p { color: rgb(109,131,74); }
H1.HeaderClassName
{
color: #6D834A;
}
.AnyTagClassName
{
color: #6D834A;
}
</style>
background-color css
<style>
a { background-color: #6D834A; }
a { background-color: rgb(109,131,74); }
div.DivClassName
{
background-color: #6D834A;
}
.BgClassName
{
background-color: #6D834A;
}
</style>
border-color css
<style>
span { border-color: #6D834A; }
span { border-color: rgb(109,131,74); }
td.TdClassName
{
border-color: #6D834A;
}
.TagClassName
{
border-color: #6D834A;
}
</style>