Shades of Dingley #6C863E
Tints of Dingley #6C863E
RGB
CMYK
RGB Variations
Color information
#6C863E (or 0x6C863E) is known color: Dingley. HEX triplet: 6C, 86 and 3E. RGB value is (108,134,62). Sum of RGB (Red+Green+Blue) = 108+134+62=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #6C863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C863E is #9379C1. Grayscale: #767676. Windows color (decimal): -9664962 or 4097644. OLE color: 4097644.
HSL color Cylindrical-coordinate representation of color #6C863E: hue angle of 81.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C863E is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 134 | 62 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.47 |
| HSL | 81.67º | 0.37% | 0.38% | - |
| HSV(B) | 81.67º | 0.54% | 0.53% | - |
| XYZ | 15.58 | 20.59 | 7.71 | - |
| YUV | 118.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 62 | 0.19 | 0 | 0.54 | 0.47 | 81.67 | 0.37 | 0.38 |
| Hex | 6C | 86 | 3E | 13 | 0 | 36 | 2F | 52 | 25 | 26 |
| Octal | 154 | 206 | 76 | 23 | 0 | 66 | 57 | 122 | 45 | 46 |
| Binary | 1101100 | 10000110 | 111110 | 10011 | 0 | 110110 | 101111 | 1010010 | 100101 | 100110 |
Color Harmonies of #6C863E
Complementary color
Monochromatic Colors of #6C863E
Black with #6C863E
Text Example
Text Example
White with #6C863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C863E; }
p { color: rgb(108,134,62); }
H1.HeaderClassName
{
color: #6C863E;
}
.AnyTagClassName
{
color: #6C863E;
}
</style>
background-color css
<style>
a { background-color: #6C863E; }
a { background-color: rgb(108,134,62); }
div.DivClassName
{
background-color: #6C863E;
}
.BgClassName
{
background-color: #6C863E;
}
</style>
border-color css
<style>
span { border-color: #6C863E; }
span { border-color: rgb(108,134,62); }
td.TdClassName
{
border-color: #6C863E;
}
.TagClassName
{
border-color: #6C863E;
}
</style>