Shades of Dingley #6D843F
Tints of Dingley #6D843F
RGB
CMYK
RGB Variations
Color information
#6D843F (or 0x6D843F) is known color: Dingley. HEX triplet: 6D, 84 and 3F. RGB value is (109,132,63). Sum of RGB (Red+Green+Blue) = 109+132+63=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #6D843F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D843F is #927BC0. Grayscale: #757575. Windows color (decimal): -9599937 or 4162669. OLE color: 4162669.
HSL color Cylindrical-coordinate representation of color #6D843F: hue angle of 80º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D843F is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 132 | 63 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.48 |
| HSL | 80º | 0.35% | 0.38% | - |
| HSV(B) | 80º | 0.52% | 0.52% | - |
| XYZ | 15.46 | 20.11 | 7.77 | - |
| YUV | 117.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 132 | 63 | 0.17 | 0 | 0.52 | 0.48 | 80 | 0.35 | 0.38 |
| Hex | 6D | 84 | 3F | 11 | 0 | 34 | 30 | 50 | 23 | 26 |
| Octal | 155 | 204 | 77 | 21 | 0 | 64 | 60 | 120 | 43 | 46 |
| Binary | 1101101 | 10000100 | 111111 | 10001 | 0 | 110100 | 110000 | 1010000 | 100011 | 100110 |
Color Harmonies of #6D843F
Complementary color
Monochromatic Colors of #6D843F
Black with #6D843F
Text Example
Text Example
White with #6D843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D843F; }
p { color: rgb(109,132,63); }
H1.HeaderClassName
{
color: #6D843F;
}
.AnyTagClassName
{
color: #6D843F;
}
</style>
background-color css
<style>
a { background-color: #6D843F; }
a { background-color: rgb(109,132,63); }
div.DivClassName
{
background-color: #6D843F;
}
.BgClassName
{
background-color: #6D843F;
}
</style>
border-color css
<style>
span { border-color: #6D843F; }
span { border-color: rgb(109,132,63); }
td.TdClassName
{
border-color: #6D843F;
}
.TagClassName
{
border-color: #6D843F;
}
</style>