Shades of Dingley #6A8849
Tints of Dingley #6A8849
RGB
CMYK
RGB Variations
Color information
#6A8849 (or 0x6A8849) is known color: Dingley. HEX triplet: 6A, 88 and 49. RGB value is (106,136,73). Sum of RGB (Red+Green+Blue) = 106+136+73=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8849 is #9577B6. Grayscale: #787878. Windows color (decimal): -9795511 or 4819050. OLE color: 4819050.
HSL color Cylindrical-coordinate representation of color #6A8849: hue angle of 88.57º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A8849 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 73 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.47 |
| HSL | 88.57º | 0.3% | 0.41% | - |
| HSV(B) | 88.57º | 0.46% | 0.53% | - |
| XYZ | 15.95 | 21.15 | 9.55 | - |
| YUV | 119.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 73 | 0.22 | 0 | 0.46 | 0.47 | 88.57 | 0.3 | 0.41 |
| Hex | 6A | 88 | 49 | 16 | 0 | 2E | 2F | 59 | 1E | 29 |
| Octal | 152 | 210 | 111 | 26 | 0 | 56 | 57 | 131 | 36 | 51 |
| Binary | 1101010 | 10001000 | 1001001 | 10110 | 0 | 101110 | 101111 | 1011001 | 11110 | 101001 |
Color Harmonies of #6A8849
Complementary color
Monochromatic Colors of #6A8849
Black with #6A8849
Text Example
Text Example
White with #6A8849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8849; }
p { color: rgb(106,136,73); }
H1.HeaderClassName
{
color: #6A8849;
}
.AnyTagClassName
{
color: #6A8849;
}
</style>
background-color css
<style>
a { background-color: #6A8849; }
a { background-color: rgb(106,136,73); }
div.DivClassName
{
background-color: #6A8849;
}
.BgClassName
{
background-color: #6A8849;
}
</style>
border-color css
<style>
span { border-color: #6A8849; }
span { border-color: rgb(106,136,73); }
td.TdClassName
{
border-color: #6A8849;
}
.TagClassName
{
border-color: #6A8849;
}
</style>