Shades of Dingley #6C853C
Tints of Dingley #6C853C
RGB
CMYK
RGB Variations
Color information
#6C853C (or 0x6C853C) is known color: Dingley. HEX triplet: 6C, 85 and 3C. RGB value is (108,133,60). Sum of RGB (Red+Green+Blue) = 108+133+60=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #6C853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C853C is #937AC3. Grayscale: #757575. Windows color (decimal): -9665220 or 3966316. OLE color: 3966316.
HSL color Cylindrical-coordinate representation of color #6C853C: hue angle of 80.55º 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 #6C853C is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 60 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.48 |
| HSL | 80.55º | 0.38% | 0.38% | - |
| HSV(B) | 80.55º | 0.55% | 0.52% | - |
| XYZ | 15.39 | 20.29 | 7.38 | - |
| YUV | 117.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 60 | 0.19 | 0 | 0.55 | 0.48 | 80.55 | 0.38 | 0.38 |
| Hex | 6C | 85 | 3C | 13 | 0 | 37 | 30 | 51 | 26 | 26 |
| Octal | 154 | 205 | 74 | 23 | 0 | 67 | 60 | 121 | 46 | 46 |
| Binary | 1101100 | 10000101 | 111100 | 10011 | 0 | 110111 | 110000 | 1010001 | 100110 | 100110 |
Color Harmonies of #6C853C
Complementary color
Monochromatic Colors of #6C853C
Black with #6C853C
Text Example
Text Example
White with #6C853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C853C; }
p { color: rgb(108,133,60); }
H1.HeaderClassName
{
color: #6C853C;
}
.AnyTagClassName
{
color: #6C853C;
}
</style>
background-color css
<style>
a { background-color: #6C853C; }
a { background-color: rgb(108,133,60); }
div.DivClassName
{
background-color: #6C853C;
}
.BgClassName
{
background-color: #6C853C;
}
</style>
border-color css
<style>
span { border-color: #6C853C; }
span { border-color: rgb(108,133,60); }
td.TdClassName
{
border-color: #6C853C;
}
.TagClassName
{
border-color: #6C853C;
}
</style>