Shades of Dingley #60863B
Tints of Dingley #60863B
RGB
CMYK
RGB Variations
Color information
#60863B (or 0x60863B) is known color: Dingley. HEX triplet: 60, 86 and 3B. RGB value is (96,134,59). Sum of RGB (Red+Green+Blue) = 96+134+59=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #60863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60863B is #9F79C4. Grayscale: #727272. Windows color (decimal): -10451397 or 3901024. OLE color: 3901024.
HSL color Cylindrical-coordinate representation of color #60863B: hue angle of 90.4º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60863B is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 59 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.47 |
| HSL | 90.4º | 0.39% | 0.38% | - |
| HSV(B) | 90.4º | 0.56% | 0.53% | - |
| XYZ | 14.14 | 19.85 | 7.22 | - |
| YUV | 114.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 59 | 0.28 | 0 | 0.56 | 0.47 | 90.4 | 0.39 | 0.38 |
| Hex | 60 | 86 | 3B | 1C | 0 | 38 | 2F | 5A | 27 | 26 |
| Octal | 140 | 206 | 73 | 34 | 0 | 70 | 57 | 132 | 47 | 46 |
| Binary | 1100000 | 10000110 | 111011 | 11100 | 0 | 111000 | 101111 | 1011010 | 100111 | 100110 |
Color Harmonies of #60863B
Complementary color
Monochromatic Colors of #60863B
Black with #60863B
Text Example
Text Example
White with #60863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60863B; }
p { color: rgb(96,134,59); }
H1.HeaderClassName
{
color: #60863B;
}
.AnyTagClassName
{
color: #60863B;
}
</style>
background-color css
<style>
a { background-color: #60863B; }
a { background-color: rgb(96,134,59); }
div.DivClassName
{
background-color: #60863B;
}
.BgClassName
{
background-color: #60863B;
}
</style>
border-color css
<style>
span { border-color: #60863B; }
span { border-color: rgb(96,134,59); }
td.TdClassName
{
border-color: #60863B;
}
.TagClassName
{
border-color: #60863B;
}
</style>