Shades of Dingley #6B853C
Tints of Dingley #6B853C
RGB
CMYK
RGB Variations
Color information
#6B853C (or 0x6B853C) is known color: Dingley. HEX triplet: 6B, 85 and 3C. RGB value is (107,133,60). Sum of RGB (Red+Green+Blue) = 107+133+60=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #6B853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B853C is #947AC3. Grayscale: #757575. Windows color (decimal): -9730756 or 3966315. OLE color: 3966315.
HSL color Cylindrical-coordinate representation of color #6B853C: hue angle of 81.37º 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 #6B853C is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 60 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.48 |
| HSL | 81.37º | 0.38% | 0.38% | - |
| HSV(B) | 81.37º | 0.55% | 0.52% | - |
| XYZ | 15.27 | 20.23 | 7.37 | - |
| YUV | 116.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 60 | 0.20 | 0 | 0.55 | 0.48 | 81.37 | 0.38 | 0.38 |
| Hex | 6B | 85 | 3C | 14 | 0 | 37 | 30 | 51 | 26 | 26 |
| Octal | 153 | 205 | 74 | 24 | 0 | 67 | 60 | 121 | 46 | 46 |
| Binary | 1101011 | 10000101 | 111100 | 10100 | 0 | 110111 | 110000 | 1010001 | 100110 | 100110 |
Color Harmonies of #6B853C
Complementary color
Monochromatic Colors of #6B853C
Black with #6B853C
Text Example
Text Example
White with #6B853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B853C; }
p { color: rgb(107,133,60); }
H1.HeaderClassName
{
color: #6B853C;
}
.AnyTagClassName
{
color: #6B853C;
}
</style>
background-color css
<style>
a { background-color: #6B853C; }
a { background-color: rgb(107,133,60); }
div.DivClassName
{
background-color: #6B853C;
}
.BgClassName
{
background-color: #6B853C;
}
</style>
border-color css
<style>
span { border-color: #6B853C; }
span { border-color: rgb(107,133,60); }
td.TdClassName
{
border-color: #6B853C;
}
.TagClassName
{
border-color: #6B853C;
}
</style>