Shades of Dingley #6D8849
Tints of Dingley #6D8849
RGB
CMYK
RGB Variations
Color information
#6D8849 (or 0x6D8849) is known color: Dingley. HEX triplet: 6D, 88 and 49. RGB value is (109,136,73). Sum of RGB (Red+Green+Blue) = 109+136+73=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8849 is #9277B6. Grayscale: #787878. Windows color (decimal): -9598903 or 4819053. OLE color: 4819053.
HSL color Cylindrical-coordinate representation of color #6D8849: hue angle of 85.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D8849 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 73 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.47 |
| HSL | 85.71º | 0.3% | 0.41% | - |
| HSV(B) | 85.71º | 0.46% | 0.53% | - |
| XYZ | 16.31 | 21.34 | 9.56 | - |
| YUV | 120.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 73 | 0.20 | 0 | 0.46 | 0.47 | 85.71 | 0.3 | 0.41 |
| Hex | 6D | 88 | 49 | 14 | 0 | 2E | 2F | 56 | 1E | 29 |
| Octal | 155 | 210 | 111 | 24 | 0 | 56 | 57 | 126 | 36 | 51 |
| Binary | 1101101 | 10001000 | 1001001 | 10100 | 0 | 101110 | 101111 | 1010110 | 11110 | 101001 |
Color Harmonies of #6D8849
Complementary color
Monochromatic Colors of #6D8849
Black with #6D8849
Text Example
Text Example
White with #6D8849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8849; }
p { color: rgb(109,136,73); }
H1.HeaderClassName
{
color: #6D8849;
}
.AnyTagClassName
{
color: #6D8849;
}
</style>
background-color css
<style>
a { background-color: #6D8849; }
a { background-color: rgb(109,136,73); }
div.DivClassName
{
background-color: #6D8849;
}
.BgClassName
{
background-color: #6D8849;
}
</style>
border-color css
<style>
span { border-color: #6D8849; }
span { border-color: rgb(109,136,73); }
td.TdClassName
{
border-color: #6D8849;
}
.TagClassName
{
border-color: #6D8849;
}
</style>