Shades of Dingley #6C843C
Tints of Dingley #6C843C
RGB
CMYK
RGB Variations
Color information
#6C843C (or 0x6C843C) is known color: Dingley. HEX triplet: 6C, 84 and 3C. RGB value is (108,132,60). Sum of RGB (Red+Green+Blue) = 108+132+60=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #6C843C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C843C is #937BC3. Grayscale: #747474. Windows color (decimal): -9665476 or 3966060. OLE color: 3966060.
HSL color Cylindrical-coordinate representation of color #6C843C: hue angle of 80º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C843C is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 132 | 60 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.48 |
| HSL | 80º | 0.38% | 0.38% | - |
| HSV(B) | 80º | 0.55% | 0.52% | - |
| XYZ | 15.25 | 20.02 | 7.33 | - |
| YUV | 116.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 60 | 0.18 | 0 | 0.55 | 0.48 | 80 | 0.38 | 0.38 |
| Hex | 6C | 84 | 3C | 12 | 0 | 37 | 30 | 50 | 26 | 26 |
| Octal | 154 | 204 | 74 | 22 | 0 | 67 | 60 | 120 | 46 | 46 |
| Binary | 1101100 | 10000100 | 111100 | 10010 | 0 | 110111 | 110000 | 1010000 | 100110 | 100110 |
Color Harmonies of #6C843C
Complementary color
Monochromatic Colors of #6C843C
Black with #6C843C
Text Example
Text Example
White with #6C843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C843C; }
p { color: rgb(108,132,60); }
H1.HeaderClassName
{
color: #6C843C;
}
.AnyTagClassName
{
color: #6C843C;
}
</style>
background-color css
<style>
a { background-color: #6C843C; }
a { background-color: rgb(108,132,60); }
div.DivClassName
{
background-color: #6C843C;
}
.BgClassName
{
background-color: #6C843C;
}
</style>
border-color css
<style>
span { border-color: #6C843C; }
span { border-color: rgb(108,132,60); }
td.TdClassName
{
border-color: #6C843C;
}
.TagClassName
{
border-color: #6C843C;
}
</style>