Shades of Dingley #6D884D
Tints of Dingley #6D884D
RGB
CMYK
RGB Variations
Color information
#6D884D (or 0x6D884D) is known color: Dingley. HEX triplet: 6D, 88 and 4D. RGB value is (109,136,77). Sum of RGB (Red+Green+Blue) = 109+136+77=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #6D884D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D884D is #9277B2. Grayscale: #797979. Windows color (decimal): -9598899 or 5081197. OLE color: 5081197.
HSL color Cylindrical-coordinate representation of color #6D884D: hue angle of 87.46º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D884D is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 77 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.47 |
| HSL | 87.46º | 0.28% | 0.42% | - |
| HSV(B) | 87.46º | 0.43% | 0.53% | - |
| XYZ | 16.45 | 21.4 | 10.28 | - |
| YUV | 121.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 77 | 0.20 | 0 | 0.43 | 0.47 | 87.46 | 0.28 | 0.42 |
| Hex | 6D | 88 | 4D | 14 | 0 | 2B | 2F | 57 | 1C | 2A |
| Octal | 155 | 210 | 115 | 24 | 0 | 53 | 57 | 127 | 34 | 52 |
| Binary | 1101101 | 10001000 | 1001101 | 10100 | 0 | 101011 | 101111 | 1010111 | 11100 | 101010 |
Color Harmonies of #6D884D
Complementary color
Monochromatic Colors of #6D884D
Black with #6D884D
Text Example
Text Example
White with #6D884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D884D; }
p { color: rgb(109,136,77); }
H1.HeaderClassName
{
color: #6D884D;
}
.AnyTagClassName
{
color: #6D884D;
}
</style>
background-color css
<style>
a { background-color: #6D884D; }
a { background-color: rgb(109,136,77); }
div.DivClassName
{
background-color: #6D884D;
}
.BgClassName
{
background-color: #6D884D;
}
</style>
border-color css
<style>
span { border-color: #6D884D; }
span { border-color: rgb(109,136,77); }
td.TdClassName
{
border-color: #6D884D;
}
.TagClassName
{
border-color: #6D884D;
}
</style>