Shades of Dingley #6A853C
Tints of Dingley #6A853C
RGB
CMYK
RGB Variations
Color information
#6A853C (or 0x6A853C) is known color: Dingley. HEX triplet: 6A, 85 and 3C. RGB value is (106,133,60). Sum of RGB (Red+Green+Blue) = 106+133+60=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #6A853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A853C is #957AC3. Grayscale: #747474. Windows color (decimal): -9796292 or 3966314. OLE color: 3966314.
HSL color Cylindrical-coordinate representation of color #6A853C: hue angle of 82.19º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A853C is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 133 | 60 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.48 |
| HSL | 82.19º | 0.38% | 0.38% | - |
| HSV(B) | 82.19º | 0.55% | 0.52% | - |
| XYZ | 15.15 | 20.17 | 7.37 | - |
| YUV | 116.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 60 | 0.20 | 0 | 0.55 | 0.48 | 82.19 | 0.38 | 0.38 |
| Hex | 6A | 85 | 3C | 14 | 0 | 37 | 30 | 52 | 26 | 26 |
| Octal | 152 | 205 | 74 | 24 | 0 | 67 | 60 | 122 | 46 | 46 |
| Binary | 1101010 | 10000101 | 111100 | 10100 | 0 | 110111 | 110000 | 1010010 | 100110 | 100110 |
Color Harmonies of #6A853C
Complementary color
Monochromatic Colors of #6A853C
Black with #6A853C
Text Example
Text Example
White with #6A853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A853C; }
p { color: rgb(106,133,60); }
H1.HeaderClassName
{
color: #6A853C;
}
.AnyTagClassName
{
color: #6A853C;
}
</style>
background-color css
<style>
a { background-color: #6A853C; }
a { background-color: rgb(106,133,60); }
div.DivClassName
{
background-color: #6A853C;
}
.BgClassName
{
background-color: #6A853C;
}
</style>
border-color css
<style>
span { border-color: #6A853C; }
span { border-color: rgb(106,133,60); }
td.TdClassName
{
border-color: #6A853C;
}
.TagClassName
{
border-color: #6A853C;
}
</style>