Shades of Dingley #6C883D
Tints of Dingley #6C883D
RGB
CMYK
RGB Variations
Color information
#6C883D (or 0x6C883D) is known color: Dingley. HEX triplet: 6C, 88 and 3D. RGB value is (108,136,61). Sum of RGB (Red+Green+Blue) = 108+136+61=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #6C883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C883D is #9377C2. Grayscale: #777777. Windows color (decimal): -9664451 or 4032620. OLE color: 4032620.
HSL color Cylindrical-coordinate representation of color #6C883D: hue angle of 82.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C883D is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 61 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.47 |
| HSL | 82.4º | 0.38% | 0.39% | - |
| HSV(B) | 82.4º | 0.55% | 0.53% | - |
| XYZ | 15.83 | 21.13 | 7.66 | - |
| YUV | 119.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 61 | 0.21 | 0 | 0.55 | 0.47 | 82.4 | 0.38 | 0.39 |
| Hex | 6C | 88 | 3D | 15 | 0 | 37 | 2F | 52 | 26 | 27 |
| Octal | 154 | 210 | 75 | 25 | 0 | 67 | 57 | 122 | 46 | 47 |
| Binary | 1101100 | 10001000 | 111101 | 10101 | 0 | 110111 | 101111 | 1010010 | 100110 | 100111 |
Color Harmonies of #6C883D
Complementary color
Monochromatic Colors of #6C883D
Black with #6C883D
Text Example
Text Example
White with #6C883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C883D; }
p { color: rgb(108,136,61); }
H1.HeaderClassName
{
color: #6C883D;
}
.AnyTagClassName
{
color: #6C883D;
}
</style>
background-color css
<style>
a { background-color: #6C883D; }
a { background-color: rgb(108,136,61); }
div.DivClassName
{
background-color: #6C883D;
}
.BgClassName
{
background-color: #6C883D;
}
</style>
border-color css
<style>
span { border-color: #6C883D; }
span { border-color: rgb(108,136,61); }
td.TdClassName
{
border-color: #6C883D;
}
.TagClassName
{
border-color: #6C883D;
}
</style>