Shades of Dingley #6E824C
Tints of Dingley #6E824C
RGB
CMYK
RGB Variations
Color information
#6E824C (or 0x6E824C) is known color: Dingley. HEX triplet: 6E, 82 and 4C. RGB value is (110,130,76). Sum of RGB (Red+Green+Blue) = 110+130+76=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #6E824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E824C is #917DB3. Grayscale: #767676. Windows color (decimal): -9534900 or 5014126. OLE color: 5014126.
HSL color Cylindrical-coordinate representation of color #6E824C: hue angle of 82.22º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E824C is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 76 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.49 |
| HSL | 82.22º | 0.26% | 0.4% | - |
| HSV(B) | 82.22º | 0.42% | 0.51% | - |
| XYZ | 15.72 | 19.8 | 9.83 | - |
| YUV | 117.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 76 | 0.15 | 0 | 0.42 | 0.49 | 82.22 | 0.26 | 0.4 |
| Hex | 6E | 82 | 4C | F | 0 | 2A | 31 | 52 | 1A | 28 |
| Octal | 156 | 202 | 114 | 17 | 0 | 52 | 61 | 122 | 32 | 50 |
| Binary | 1101110 | 10000010 | 1001100 | 1111 | 0 | 101010 | 110001 | 1010010 | 11010 | 101000 |
Color Harmonies of #6E824C
Complementary color
Monochromatic Colors of #6E824C
Black with #6E824C
Text Example
Text Example
White with #6E824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E824C; }
p { color: rgb(110,130,76); }
H1.HeaderClassName
{
color: #6E824C;
}
.AnyTagClassName
{
color: #6E824C;
}
</style>
background-color css
<style>
a { background-color: #6E824C; }
a { background-color: rgb(110,130,76); }
div.DivClassName
{
background-color: #6E824C;
}
.BgClassName
{
background-color: #6E824C;
}
</style>
border-color css
<style>
span { border-color: #6E824C; }
span { border-color: rgb(110,130,76); }
td.TdClassName
{
border-color: #6E824C;
}
.TagClassName
{
border-color: #6E824C;
}
</style>