Shades of Dingley #6E884B
Tints of Dingley #6E884B
RGB
CMYK
RGB Variations
Color information
#6E884B (or 0x6E884B) is known color: Dingley. HEX triplet: 6E, 88 and 4B. RGB value is (110,136,75). Sum of RGB (Red+Green+Blue) = 110+136+75=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #6E884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E884B is #9177B4. Grayscale: #797979. Windows color (decimal): -9533365 or 4950126. OLE color: 4950126.
HSL color Cylindrical-coordinate representation of color #6E884B: hue angle of 85.57º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E884B is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 75 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.47 |
| HSL | 85.57º | 0.29% | 0.41% | - |
| HSV(B) | 85.57º | 0.45% | 0.53% | - |
| XYZ | 16.5 | 21.43 | 9.92 | - |
| YUV | 121.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 75 | 0.19 | 0 | 0.45 | 0.47 | 85.57 | 0.29 | 0.41 |
| Hex | 6E | 88 | 4B | 13 | 0 | 2D | 2F | 56 | 1D | 29 |
| Octal | 156 | 210 | 113 | 23 | 0 | 55 | 57 | 126 | 35 | 51 |
| Binary | 1101110 | 10001000 | 1001011 | 10011 | 0 | 101101 | 101111 | 1010110 | 11101 | 101001 |
Color Harmonies of #6E884B
Complementary color
Monochromatic Colors of #6E884B
Black with #6E884B
Text Example
Text Example
White with #6E884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E884B; }
p { color: rgb(110,136,75); }
H1.HeaderClassName
{
color: #6E884B;
}
.AnyTagClassName
{
color: #6E884B;
}
</style>
background-color css
<style>
a { background-color: #6E884B; }
a { background-color: rgb(110,136,75); }
div.DivClassName
{
background-color: #6E884B;
}
.BgClassName
{
background-color: #6E884B;
}
</style>
border-color css
<style>
span { border-color: #6E884B; }
span { border-color: rgb(110,136,75); }
td.TdClassName
{
border-color: #6E884B;
}
.TagClassName
{
border-color: #6E884B;
}
</style>