Shades of Dingley #60863D
Tints of Dingley #60863D
RGB
CMYK
RGB Variations
Color information
#60863D (or 0x60863D) is known color: Dingley. HEX triplet: 60, 86 and 3D. RGB value is (96,134,61). Sum of RGB (Red+Green+Blue) = 96+134+61=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #60863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60863D is #9F79C2. Grayscale: #727272. Windows color (decimal): -10451395 or 4032096. OLE color: 4032096.
HSL color Cylindrical-coordinate representation of color #60863D: hue angle of 91.23º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60863D is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 61 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.47 |
| HSL | 91.23º | 0.37% | 0.38% | - |
| HSV(B) | 91.23º | 0.54% | 0.53% | - |
| XYZ | 14.19 | 19.87 | 7.5 | - |
| YUV | 114.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 61 | 0.28 | 0 | 0.54 | 0.47 | 91.23 | 0.37 | 0.38 |
| Hex | 60 | 86 | 3D | 1C | 0 | 36 | 2F | 5B | 25 | 26 |
| Octal | 140 | 206 | 75 | 34 | 0 | 66 | 57 | 133 | 45 | 46 |
| Binary | 1100000 | 10000110 | 111101 | 11100 | 0 | 110110 | 101111 | 1011011 | 100101 | 100110 |
Color Harmonies of #60863D
Complementary color
Monochromatic Colors of #60863D
Black with #60863D
Text Example
Text Example
White with #60863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60863D; }
p { color: rgb(96,134,61); }
H1.HeaderClassName
{
color: #60863D;
}
.AnyTagClassName
{
color: #60863D;
}
</style>
background-color css
<style>
a { background-color: #60863D; }
a { background-color: rgb(96,134,61); }
div.DivClassName
{
background-color: #60863D;
}
.BgClassName
{
background-color: #60863D;
}
</style>
border-color css
<style>
span { border-color: #60863D; }
span { border-color: rgb(96,134,61); }
td.TdClassName
{
border-color: #60863D;
}
.TagClassName
{
border-color: #60863D;
}
</style>