Shades of Dingley #6A853F
Tints of Dingley #6A853F
RGB
CMYK
RGB Variations
Color information
#6A853F (or 0x6A853F) is known color: Dingley. HEX triplet: 6A, 85 and 3F. RGB value is (106,133,63). Sum of RGB (Red+Green+Blue) = 106+133+63=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #6A853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A853F is #957AC0. Grayscale: #757575. Windows color (decimal): -9796289 or 4162922. OLE color: 4162922.
HSL color Cylindrical-coordinate representation of color #6A853F: hue angle of 83.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A853F is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 133 | 63 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.48 |
| HSL | 83.14º | 0.36% | 0.38% | - |
| HSV(B) | 83.14º | 0.53% | 0.52% | - |
| XYZ | 15.23 | 20.2 | 7.8 | - |
| YUV | 116.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 63 | 0.20 | 0 | 0.53 | 0.48 | 83.14 | 0.36 | 0.38 |
| Hex | 6A | 85 | 3F | 14 | 0 | 35 | 30 | 53 | 24 | 26 |
| Octal | 152 | 205 | 77 | 24 | 0 | 65 | 60 | 123 | 44 | 46 |
| Binary | 1101010 | 10000101 | 111111 | 10100 | 0 | 110101 | 110000 | 1010011 | 100100 | 100110 |
Color Harmonies of #6A853F
Complementary color
Monochromatic Colors of #6A853F
Black with #6A853F
Text Example
Text Example
White with #6A853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A853F; }
p { color: rgb(106,133,63); }
H1.HeaderClassName
{
color: #6A853F;
}
.AnyTagClassName
{
color: #6A853F;
}
</style>
background-color css
<style>
a { background-color: #6A853F; }
a { background-color: rgb(106,133,63); }
div.DivClassName
{
background-color: #6A853F;
}
.BgClassName
{
background-color: #6A853F;
}
</style>
border-color css
<style>
span { border-color: #6A853F; }
span { border-color: rgb(106,133,63); }
td.TdClassName
{
border-color: #6A853F;
}
.TagClassName
{
border-color: #6A853F;
}
</style>