Shades of Dingley #6C8640
Tints of Dingley #6C8640
RGB
CMYK
RGB Variations
Color information
#6C8640 (or 0x6C8640) is known color: Dingley. HEX triplet: 6C, 86 and 40. RGB value is (108,134,64). Sum of RGB (Red+Green+Blue) = 108+134+64=306 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.29% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #6C8640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8640 is #9379BF. Grayscale: #767676. Windows color (decimal): -9664960 or 4228716. OLE color: 4228716.
HSL color Cylindrical-coordinate representation of color #6C8640: hue angle of 82.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C8640 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 134 | 64 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.47 |
| HSL | 82.29º | 0.35% | 0.39% | - |
| HSV(B) | 82.29º | 0.52% | 0.53% | - |
| XYZ | 15.63 | 20.61 | 8 | - |
| YUV | 118.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 64 | 0.19 | 0 | 0.52 | 0.47 | 82.29 | 0.35 | 0.39 |
| Hex | 6C | 86 | 40 | 13 | 0 | 34 | 2F | 52 | 23 | 27 |
| Octal | 154 | 206 | 100 | 23 | 0 | 64 | 57 | 122 | 43 | 47 |
| Binary | 1101100 | 10000110 | 1000000 | 10011 | 0 | 110100 | 101111 | 1010010 | 100011 | 100111 |
Color Harmonies of #6C8640
Complementary color
Monochromatic Colors of #6C8640
Black with #6C8640
Text Example
Text Example
White with #6C8640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8640; }
p { color: rgb(108,134,64); }
H1.HeaderClassName
{
color: #6C8640;
}
.AnyTagClassName
{
color: #6C8640;
}
</style>
background-color css
<style>
a { background-color: #6C8640; }
a { background-color: rgb(108,134,64); }
div.DivClassName
{
background-color: #6C8640;
}
.BgClassName
{
background-color: #6C8640;
}
</style>
border-color css
<style>
span { border-color: #6C8640; }
span { border-color: rgb(108,134,64); }
td.TdClassName
{
border-color: #6C8640;
}
.TagClassName
{
border-color: #6C8640;
}
</style>