Shades of Dingley #6D863D
Tints of Dingley #6D863D
RGB
CMYK
RGB Variations
Color information
#6D863D (or 0x6D863D) is known color: Dingley. HEX triplet: 6D, 86 and 3D. RGB value is (109,134,61). Sum of RGB (Red+Green+Blue) = 109+134+61=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #6D863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D863D is #9279C2. Grayscale: #767676. Windows color (decimal): -9599427 or 4032109. OLE color: 4032109.
HSL color Cylindrical-coordinate representation of color #6D863D: hue angle of 80.55º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D863D is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 134 | 61 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.47 |
| HSL | 80.55º | 0.37% | 0.38% | - |
| HSV(B) | 80.55º | 0.54% | 0.53% | - |
| XYZ | 15.67 | 20.64 | 7.57 | - |
| YUV | 118.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 134 | 61 | 0.19 | 0 | 0.54 | 0.47 | 80.55 | 0.37 | 0.38 |
| Hex | 6D | 86 | 3D | 13 | 0 | 36 | 2F | 51 | 25 | 26 |
| Octal | 155 | 206 | 75 | 23 | 0 | 66 | 57 | 121 | 45 | 46 |
| Binary | 1101101 | 10000110 | 111101 | 10011 | 0 | 110110 | 101111 | 1010001 | 100101 | 100110 |
Color Harmonies of #6D863D
Complementary color
Monochromatic Colors of #6D863D
Black with #6D863D
Text Example
Text Example
White with #6D863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D863D; }
p { color: rgb(109,134,61); }
H1.HeaderClassName
{
color: #6D863D;
}
.AnyTagClassName
{
color: #6D863D;
}
</style>
background-color css
<style>
a { background-color: #6D863D; }
a { background-color: rgb(109,134,61); }
div.DivClassName
{
background-color: #6D863D;
}
.BgClassName
{
background-color: #6D863D;
}
</style>
border-color css
<style>
span { border-color: #6D863D; }
span { border-color: rgb(109,134,61); }
td.TdClassName
{
border-color: #6D863D;
}
.TagClassName
{
border-color: #6D863D;
}
</style>