Shades of Dingley #6C8644
Tints of Dingley #6C8644
RGB
CMYK
RGB Variations
Color information
#6C8644 (or 0x6C8644) is known color: Dingley. HEX triplet: 6C, 86 and 44. RGB value is (108,134,68). Sum of RGB (Red+Green+Blue) = 108+134+68=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #6C8644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8644 is #9379BB. Grayscale: #767676. Windows color (decimal): -9664956 or 4490860. OLE color: 4490860.
HSL color Cylindrical-coordinate representation of color #6C8644: hue angle of 83.64º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C8644 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 134 | 68 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.47 |
| HSL | 83.64º | 0.33% | 0.4% | - |
| HSV(B) | 83.64º | 0.49% | 0.53% | - |
| XYZ | 15.75 | 20.66 | 8.63 | - |
| YUV | 118.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 68 | 0.19 | 0 | 0.49 | 0.47 | 83.64 | 0.33 | 0.4 |
| Hex | 6C | 86 | 44 | 13 | 0 | 31 | 2F | 54 | 21 | 28 |
| Octal | 154 | 206 | 104 | 23 | 0 | 61 | 57 | 124 | 41 | 50 |
| Binary | 1101100 | 10000110 | 1000100 | 10011 | 0 | 110001 | 101111 | 1010100 | 100001 | 101000 |
Color Harmonies of #6C8644
Complementary color
Monochromatic Colors of #6C8644
Black with #6C8644
Text Example
Text Example
White with #6C8644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8644; }
p { color: rgb(108,134,68); }
H1.HeaderClassName
{
color: #6C8644;
}
.AnyTagClassName
{
color: #6C8644;
}
</style>
background-color css
<style>
a { background-color: #6C8644; }
a { background-color: rgb(108,134,68); }
div.DivClassName
{
background-color: #6C8644;
}
.BgClassName
{
background-color: #6C8644;
}
</style>
border-color css
<style>
span { border-color: #6C8644; }
span { border-color: rgb(108,134,68); }
td.TdClassName
{
border-color: #6C8644;
}
.TagClassName
{
border-color: #6C8644;
}
</style>