Shades of Dingley #60823D
Tints of Dingley #60823D
RGB
CMYK
RGB Variations
Color information
#60823D (or 0x60823D) is known color: Dingley. HEX triplet: 60, 82 and 3D. RGB value is (96,130,61). Sum of RGB (Red+Green+Blue) = 96+130+61=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #60823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60823D is #9F7DC2. Grayscale: #707070. Windows color (decimal): -10452419 or 4031072. OLE color: 4031072.
HSL color Cylindrical-coordinate representation of color #60823D: hue angle of 89.57º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60823D is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 130 | 61 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.49 |
| HSL | 89.57º | 0.36% | 0.37% | - |
| HSV(B) | 89.57º | 0.53% | 0.51% | - |
| XYZ | 13.65 | 18.79 | 7.32 | - |
| YUV | 111.97 | 99.24 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 61 | 0.26 | 0 | 0.53 | 0.49 | 89.57 | 0.36 | 0.37 |
| Hex | 60 | 82 | 3D | 1A | 0 | 35 | 31 | 5A | 24 | 25 |
| Octal | 140 | 202 | 75 | 32 | 0 | 65 | 61 | 132 | 44 | 45 |
| Binary | 1100000 | 10000010 | 111101 | 11010 | 0 | 110101 | 110001 | 1011010 | 100100 | 100101 |
Color Harmonies of #60823D
Complementary color
Monochromatic Colors of #60823D
Black with #60823D
Text Example
Text Example
White with #60823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60823D; }
p { color: rgb(96,130,61); }
H1.HeaderClassName
{
color: #60823D;
}
.AnyTagClassName
{
color: #60823D;
}
</style>
background-color css
<style>
a { background-color: #60823D; }
a { background-color: rgb(96,130,61); }
div.DivClassName
{
background-color: #60823D;
}
.BgClassName
{
background-color: #60823D;
}
</style>
border-color css
<style>
span { border-color: #60823D; }
span { border-color: rgb(96,130,61); }
td.TdClassName
{
border-color: #60823D;
}
.TagClassName
{
border-color: #60823D;
}
</style>