Shades of Dingley #6A883E
Tints of Dingley #6A883E
RGB
CMYK
RGB Variations
Color information
#6A883E (or 0x6A883E) is known color: Dingley. HEX triplet: 6A, 88 and 3E. RGB value is (106,136,62). Sum of RGB (Red+Green+Blue) = 106+136+62=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #6A883E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A883E is #9577C1. Grayscale: #767676. Windows color (decimal): -9795522 or 4098154. OLE color: 4098154.
HSL color Cylindrical-coordinate representation of color #6A883E: hue angle of 84.32º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A883E is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 62 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.47 |
| HSL | 84.32º | 0.37% | 0.39% | - |
| HSV(B) | 84.32º | 0.54% | 0.53% | - |
| XYZ | 15.62 | 21.02 | 7.79 | - |
| YUV | 118.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 62 | 0.22 | 0 | 0.54 | 0.47 | 84.32 | 0.37 | 0.39 |
| Hex | 6A | 88 | 3E | 16 | 0 | 36 | 2F | 54 | 25 | 27 |
| Octal | 152 | 210 | 76 | 26 | 0 | 66 | 57 | 124 | 45 | 47 |
| Binary | 1101010 | 10001000 | 111110 | 10110 | 0 | 110110 | 101111 | 1010100 | 100101 | 100111 |
Color Harmonies of #6A883E
Complementary color
Monochromatic Colors of #6A883E
Black with #6A883E
Text Example
Text Example
White with #6A883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A883E; }
p { color: rgb(106,136,62); }
H1.HeaderClassName
{
color: #6A883E;
}
.AnyTagClassName
{
color: #6A883E;
}
</style>
background-color css
<style>
a { background-color: #6A883E; }
a { background-color: rgb(106,136,62); }
div.DivClassName
{
background-color: #6A883E;
}
.BgClassName
{
background-color: #6A883E;
}
</style>
border-color css
<style>
span { border-color: #6A883E; }
span { border-color: rgb(106,136,62); }
td.TdClassName
{
border-color: #6A883E;
}
.TagClassName
{
border-color: #6A883E;
}
</style>