Shades of Dingley #6A883D
Tints of Dingley #6A883D
RGB
CMYK
RGB Variations
Color information
#6A883D (or 0x6A883D) is known color: Dingley. HEX triplet: 6A, 88 and 3D. RGB value is (106,136,61). Sum of RGB (Red+Green+Blue) = 106+136+61=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #6A883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A883D is #9577C2. Grayscale: #767676. Windows color (decimal): -9795523 or 4032618. OLE color: 4032618.
HSL color Cylindrical-coordinate representation of color #6A883D: hue angle of 84º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A883D is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 61 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.47 |
| HSL | 84º | 0.38% | 0.39% | - |
| HSV(B) | 84º | 0.55% | 0.53% | - |
| XYZ | 15.59 | 21.01 | 7.65 | - |
| YUV | 118.48 | 95.56 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 61 | 0.22 | 0 | 0.55 | 0.47 | 84 | 0.38 | 0.39 |
| Hex | 6A | 88 | 3D | 16 | 0 | 37 | 2F | 54 | 26 | 27 |
| Octal | 152 | 210 | 75 | 26 | 0 | 67 | 57 | 124 | 46 | 47 |
| Binary | 1101010 | 10001000 | 111101 | 10110 | 0 | 110111 | 101111 | 1010100 | 100110 | 100111 |
Color Harmonies of #6A883D
Complementary color
Monochromatic Colors of #6A883D
Black with #6A883D
Text Example
Text Example
White with #6A883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A883D; }
p { color: rgb(106,136,61); }
H1.HeaderClassName
{
color: #6A883D;
}
.AnyTagClassName
{
color: #6A883D;
}
</style>
background-color css
<style>
a { background-color: #6A883D; }
a { background-color: rgb(106,136,61); }
div.DivClassName
{
background-color: #6A883D;
}
.BgClassName
{
background-color: #6A883D;
}
</style>
border-color css
<style>
span { border-color: #6A883D; }
span { border-color: rgb(106,136,61); }
td.TdClassName
{
border-color: #6A883D;
}
.TagClassName
{
border-color: #6A883D;
}
</style>