Shades of Dingley #60883E
Tints of Dingley #60883E
RGB
CMYK
RGB Variations
Color information
#60883E (or 0x60883E) is known color: Dingley. HEX triplet: 60, 88 and 3E. RGB value is (96,136,62). Sum of RGB (Red+Green+Blue) = 96+136+62=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #60883E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60883E is #9F77C1. Grayscale: #737373. Windows color (decimal): -10450882 or 4098144. OLE color: 4098144.
HSL color Cylindrical-coordinate representation of color #60883E: hue angle of 92.43º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60883E is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 136 | 62 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.47 |
| HSL | 92.43º | 0.37% | 0.39% | - |
| HSV(B) | 92.43º | 0.54% | 0.53% | - |
| XYZ | 14.5 | 20.44 | 7.74 | - |
| YUV | 115.6 | 97.75 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 62 | 0.29 | 0 | 0.54 | 0.47 | 92.43 | 0.37 | 0.39 |
| Hex | 60 | 88 | 3E | 1D | 0 | 36 | 2F | 5C | 25 | 27 |
| Octal | 140 | 210 | 76 | 35 | 0 | 66 | 57 | 134 | 45 | 47 |
| Binary | 1100000 | 10001000 | 111110 | 11101 | 0 | 110110 | 101111 | 1011100 | 100101 | 100111 |
Color Harmonies of #60883E
Complementary color
Monochromatic Colors of #60883E
Black with #60883E
Text Example
Text Example
White with #60883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60883E; }
p { color: rgb(96,136,62); }
H1.HeaderClassName
{
color: #60883E;
}
.AnyTagClassName
{
color: #60883E;
}
</style>
background-color css
<style>
a { background-color: #60883E; }
a { background-color: rgb(96,136,62); }
div.DivClassName
{
background-color: #60883E;
}
.BgClassName
{
background-color: #60883E;
}
</style>
border-color css
<style>
span { border-color: #60883E; }
span { border-color: rgb(96,136,62); }
td.TdClassName
{
border-color: #60883E;
}
.TagClassName
{
border-color: #60883E;
}
</style>