Shades of Dingley #6D7E47
Tints of Dingley #6D7E47
RGB
CMYK
RGB Variations
Color information
#6D7E47 (or 0x6D7E47) is known color: Dingley. HEX triplet: 6D, 7E and 47. RGB value is (109,126,71). Sum of RGB (Red+Green+Blue) = 109+126+71=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 126 - color contains mainly: green. Hex color #6D7E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7E47 is #9281B8. Grayscale: #727272. Windows color (decimal): -9601465 or 4685421. OLE color: 4685421.
HSL color Cylindrical-coordinate representation of color #6D7E47: hue angle of 78.55º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D7E47 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 126 | 71 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.51 |
| HSL | 78.55º | 0.28% | 0.39% | - |
| HSV(B) | 78.55º | 0.44% | 0.49% | - |
| XYZ | 14.9 | 18.63 | 8.77 | - |
| YUV | 114.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 126 | 71 | 0.13 | 0 | 0.44 | 0.51 | 78.55 | 0.28 | 0.39 |
| Hex | 6D | 7E | 47 | D | 0 | 2C | 33 | 4F | 1C | 27 |
| Octal | 155 | 176 | 107 | 15 | 0 | 54 | 63 | 117 | 34 | 47 |
| Binary | 1101101 | 1111110 | 1000111 | 1101 | 0 | 101100 | 110011 | 1001111 | 11100 | 100111 |
Color Harmonies of #6D7E47
Complementary color
Monochromatic Colors of #6D7E47
Black with #6D7E47
Text Example
Text Example
White with #6D7E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7E47; }
p { color: rgb(109,126,71); }
H1.HeaderClassName
{
color: #6D7E47;
}
.AnyTagClassName
{
color: #6D7E47;
}
</style>
background-color css
<style>
a { background-color: #6D7E47; }
a { background-color: rgb(109,126,71); }
div.DivClassName
{
background-color: #6D7E47;
}
.BgClassName
{
background-color: #6D7E47;
}
</style>
border-color css
<style>
span { border-color: #6D7E47; }
span { border-color: rgb(109,126,71); }
td.TdClassName
{
border-color: #6D7E47;
}
.TagClassName
{
border-color: #6D7E47;
}
</style>