Shades of Dingley #60803E
Tints of Dingley #60803E
RGB
CMYK
RGB Variations
Color information
#60803E (or 0x60803E) is known color: Dingley. HEX triplet: 60, 80 and 3E. RGB value is (96,128,62). Sum of RGB (Red+Green+Blue) = 96+128+62=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #60803E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60803E is #9F7FC1. Grayscale: #6F6F6F. Windows color (decimal): -10452930 or 4096096. OLE color: 4096096.
HSL color Cylindrical-coordinate representation of color #60803E: hue angle of 89.09º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60803E is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 128 | 62 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.50 |
| HSL | 89.09º | 0.35% | 0.37% | - |
| HSV(B) | 89.09º | 0.52% | 0.5% | - |
| XYZ | 13.41 | 18.27 | 7.38 | - |
| YUV | 110.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 62 | 0.25 | 0 | 0.52 | 0.50 | 89.09 | 0.35 | 0.37 |
| Hex | 60 | 80 | 3E | 19 | 0 | 34 | 32 | 59 | 23 | 25 |
| Octal | 140 | 200 | 76 | 31 | 0 | 64 | 62 | 131 | 43 | 45 |
| Binary | 1100000 | 10000000 | 111110 | 11001 | 0 | 110100 | 110010 | 1011001 | 100011 | 100101 |
Color Harmonies of #60803E
Complementary color
Monochromatic Colors of #60803E
Black with #60803E
Text Example
Text Example
White with #60803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60803E; }
p { color: rgb(96,128,62); }
H1.HeaderClassName
{
color: #60803E;
}
.AnyTagClassName
{
color: #60803E;
}
</style>
background-color css
<style>
a { background-color: #60803E; }
a { background-color: rgb(96,128,62); }
div.DivClassName
{
background-color: #60803E;
}
.BgClassName
{
background-color: #60803E;
}
</style>
border-color css
<style>
span { border-color: #60803E; }
span { border-color: rgb(96,128,62); }
td.TdClassName
{
border-color: #60803E;
}
.TagClassName
{
border-color: #60803E;
}
</style>