Shades of Dingley #6E8D48
Tints of Dingley #6E8D48
RGB
CMYK
RGB Variations
Color information
#6E8D48 (or 0x6E8D48) is known color: Dingley. HEX triplet: 6E, 8D and 48. RGB value is (110,141,72). Sum of RGB (Red+Green+Blue) = 110+141+72=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8D48 is #9172B7. Grayscale: #7C7C7C. Windows color (decimal): -9532088 or 4754798. OLE color: 4754798.
HSL color Cylindrical-coordinate representation of color #6E8D48: hue angle of 86.96º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E8D48 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 141 | 72 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.45 |
| HSL | 86.96º | 0.32% | 0.42% | - |
| HSV(B) | 86.96º | 0.49% | 0.55% | - |
| XYZ | 17.12 | 22.83 | 9.64 | - |
| YUV | 123.87 | 98.73 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 141 | 72 | 0.22 | 0 | 0.49 | 0.45 | 86.96 | 0.32 | 0.42 |
| Hex | 6E | 8D | 48 | 16 | 0 | 31 | 2D | 57 | 20 | 2A |
| Octal | 156 | 215 | 110 | 26 | 0 | 61 | 55 | 127 | 40 | 52 |
| Binary | 1101110 | 10001101 | 1001000 | 10110 | 0 | 110001 | 101101 | 1010111 | 100000 | 101010 |
Color Harmonies of #6E8D48
Complementary color
Monochromatic Colors of #6E8D48
Black with #6E8D48
Text Example
Text Example
White with #6E8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8D48; }
p { color: rgb(110,141,72); }
H1.HeaderClassName
{
color: #6E8D48;
}
.AnyTagClassName
{
color: #6E8D48;
}
</style>
background-color css
<style>
a { background-color: #6E8D48; }
a { background-color: rgb(110,141,72); }
div.DivClassName
{
background-color: #6E8D48;
}
.BgClassName
{
background-color: #6E8D48;
}
</style>
border-color css
<style>
span { border-color: #6E8D48; }
span { border-color: rgb(110,141,72); }
td.TdClassName
{
border-color: #6E8D48;
}
.TagClassName
{
border-color: #6E8D48;
}
</style>