Shades of Dingley #6D8044
Tints of Dingley #6D8044
RGB
CMYK
RGB Variations
Color information
#6D8044 (or 0x6D8044) is known color: Dingley. HEX triplet: 6D, 80 and 44. RGB value is (109,128,68). Sum of RGB (Red+Green+Blue) = 109+128+68=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #6D8044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8044 is #927FBB. Grayscale: #737373. Windows color (decimal): -9600956 or 4489325. OLE color: 4489325.
HSL color Cylindrical-coordinate representation of color #6D8044: hue angle of 79º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D8044 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 128 | 68 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.50 |
| HSL | 79º | 0.31% | 0.38% | - |
| HSV(B) | 79º | 0.47% | 0.5% | - |
| XYZ | 15.07 | 19.11 | 8.36 | - |
| YUV | 115.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 128 | 68 | 0.15 | 0 | 0.47 | 0.50 | 79 | 0.31 | 0.38 |
| Hex | 6D | 80 | 44 | F | 0 | 2F | 32 | 4F | 1F | 26 |
| Octal | 155 | 200 | 104 | 17 | 0 | 57 | 62 | 117 | 37 | 46 |
| Binary | 1101101 | 10000000 | 1000100 | 1111 | 0 | 101111 | 110010 | 1001111 | 11111 | 100110 |
Color Harmonies of #6D8044
Complementary color
Monochromatic Colors of #6D8044
Black with #6D8044
Text Example
Text Example
White with #6D8044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8044; }
p { color: rgb(109,128,68); }
H1.HeaderClassName
{
color: #6D8044;
}
.AnyTagClassName
{
color: #6D8044;
}
</style>
background-color css
<style>
a { background-color: #6D8044; }
a { background-color: rgb(109,128,68); }
div.DivClassName
{
background-color: #6D8044;
}
.BgClassName
{
background-color: #6D8044;
}
</style>
border-color css
<style>
span { border-color: #6D8044; }
span { border-color: rgb(109,128,68); }
td.TdClassName
{
border-color: #6D8044;
}
.TagClassName
{
border-color: #6D8044;
}
</style>