Shades of Dingley #6E804C
Tints of Dingley #6E804C
RGB
CMYK
RGB Variations
Color information
#6E804C (or 0x6E804C) is known color: Dingley. HEX triplet: 6E, 80 and 4C. RGB value is (110,128,76). Sum of RGB (Red+Green+Blue) = 110+128+76=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 128 - color contains mainly: green. Hex color #6E804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E804C is #917FB3. Grayscale: #747474. Windows color (decimal): -9535412 or 5013614. OLE color: 5013614.
HSL color Cylindrical-coordinate representation of color #6E804C: hue angle of 80.77º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E804C is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 128 | 76 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.50 |
| HSL | 80.77º | 0.25% | 0.4% | - |
| HSV(B) | 80.77º | 0.41% | 0.5% | - |
| XYZ | 15.45 | 19.28 | 9.74 | - |
| YUV | 116.69 | 105.04 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 128 | 76 | 0.14 | 0 | 0.41 | 0.50 | 80.77 | 0.25 | 0.4 |
| Hex | 6E | 80 | 4C | E | 0 | 29 | 32 | 51 | 19 | 28 |
| Octal | 156 | 200 | 114 | 16 | 0 | 51 | 62 | 121 | 31 | 50 |
| Binary | 1101110 | 10000000 | 1001100 | 1110 | 0 | 101001 | 110010 | 1010001 | 11001 | 101000 |
Color Harmonies of #6E804C
Complementary color
Monochromatic Colors of #6E804C
Black with #6E804C
Text Example
Text Example
White with #6E804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E804C; }
p { color: rgb(110,128,76); }
H1.HeaderClassName
{
color: #6E804C;
}
.AnyTagClassName
{
color: #6E804C;
}
</style>
background-color css
<style>
a { background-color: #6E804C; }
a { background-color: rgb(110,128,76); }
div.DivClassName
{
background-color: #6E804C;
}
.BgClassName
{
background-color: #6E804C;
}
</style>
border-color css
<style>
span { border-color: #6E804C; }
span { border-color: rgb(110,128,76); }
td.TdClassName
{
border-color: #6E804C;
}
.TagClassName
{
border-color: #6E804C;
}
</style>