Shades of Dingley #60843D
Tints of Dingley #60843D
RGB
CMYK
RGB Variations
Color information
#60843D (or 0x60843D) is known color: Dingley. HEX triplet: 60, 84 and 3D. RGB value is (96,132,61). Sum of RGB (Red+Green+Blue) = 96+132+61=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #60843D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60843D is #9F7BC2. Grayscale: #717171. Windows color (decimal): -10451907 or 4031584. OLE color: 4031584.
HSL color Cylindrical-coordinate representation of color #60843D: hue angle of 90.42º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60843D is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 132 | 61 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.48 |
| HSL | 90.42º | 0.37% | 0.38% | - |
| HSV(B) | 90.42º | 0.54% | 0.52% | - |
| XYZ | 13.92 | 19.33 | 7.41 | - |
| YUV | 113.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 132 | 61 | 0.27 | 0 | 0.54 | 0.48 | 90.42 | 0.37 | 0.38 |
| Hex | 60 | 84 | 3D | 1B | 0 | 36 | 30 | 5A | 25 | 26 |
| Octal | 140 | 204 | 75 | 33 | 0 | 66 | 60 | 132 | 45 | 46 |
| Binary | 1100000 | 10000100 | 111101 | 11011 | 0 | 110110 | 110000 | 1011010 | 100101 | 100110 |
Color Harmonies of #60843D
Complementary color
Monochromatic Colors of #60843D
Black with #60843D
Text Example
Text Example
White with #60843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60843D; }
p { color: rgb(96,132,61); }
H1.HeaderClassName
{
color: #60843D;
}
.AnyTagClassName
{
color: #60843D;
}
</style>
background-color css
<style>
a { background-color: #60843D; }
a { background-color: rgb(96,132,61); }
div.DivClassName
{
background-color: #60843D;
}
.BgClassName
{
background-color: #60843D;
}
</style>
border-color css
<style>
span { border-color: #60843D; }
span { border-color: rgb(96,132,61); }
td.TdClassName
{
border-color: #60843D;
}
.TagClassName
{
border-color: #60843D;
}
</style>