Shades of Dingley #6C8447
Tints of Dingley #6C8447
RGB
CMYK
RGB Variations
Color information
#6C8447 (or 0x6C8447) is known color: Dingley. HEX triplet: 6C, 84 and 47. RGB value is (108,132,71). Sum of RGB (Red+Green+Blue) = 108+132+71=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8447 is #937BB8. Grayscale: #767676. Windows color (decimal): -9665465 or 4686956. OLE color: 4686956.
HSL color Cylindrical-coordinate representation of color #6C8447: hue angle of 83.61º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C8447 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 132 | 71 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.48 |
| HSL | 83.61º | 0.3% | 0.4% | - |
| HSV(B) | 83.61º | 0.46% | 0.52% | - |
| XYZ | 15.57 | 20.15 | 9.03 | - |
| YUV | 117.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 71 | 0.18 | 0 | 0.46 | 0.48 | 83.61 | 0.3 | 0.4 |
| Hex | 6C | 84 | 47 | 12 | 0 | 2E | 30 | 54 | 1E | 28 |
| Octal | 154 | 204 | 107 | 22 | 0 | 56 | 60 | 124 | 36 | 50 |
| Binary | 1101100 | 10000100 | 1000111 | 10010 | 0 | 101110 | 110000 | 1010100 | 11110 | 101000 |
Color Harmonies of #6C8447
Complementary color
Monochromatic Colors of #6C8447
Black with #6C8447
Text Example
Text Example
White with #6C8447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8447; }
p { color: rgb(108,132,71); }
H1.HeaderClassName
{
color: #6C8447;
}
.AnyTagClassName
{
color: #6C8447;
}
</style>
background-color css
<style>
a { background-color: #6C8447; }
a { background-color: rgb(108,132,71); }
div.DivClassName
{
background-color: #6C8447;
}
.BgClassName
{
background-color: #6C8447;
}
</style>
border-color css
<style>
span { border-color: #6C8447; }
span { border-color: rgb(108,132,71); }
td.TdClassName
{
border-color: #6C8447;
}
.TagClassName
{
border-color: #6C8447;
}
</style>