Shades of Dingley #60873F
Tints of Dingley #60873F
RGB
CMYK
RGB Variations
Color information
#60873F (or 0x60873F) is known color: Dingley. HEX triplet: 60, 87 and 3F. RGB value is (96,135,63). Sum of RGB (Red+Green+Blue) = 96+135+63=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #60873F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60873F is #9F78C0. Grayscale: #737373. Windows color (decimal): -10451137 or 4163424. OLE color: 4163424.
HSL color Cylindrical-coordinate representation of color #60873F: hue angle of 92.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60873F is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 135 | 63 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.47 |
| HSL | 92.5º | 0.36% | 0.39% | - |
| HSV(B) | 92.5º | 0.53% | 0.53% | - |
| XYZ | 14.39 | 20.17 | 7.84 | - |
| YUV | 115.13 | 98.58 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 63 | 0.29 | 0 | 0.53 | 0.47 | 92.5 | 0.36 | 0.39 |
| Hex | 60 | 87 | 3F | 1D | 0 | 35 | 2F | 5C | 24 | 27 |
| Octal | 140 | 207 | 77 | 35 | 0 | 65 | 57 | 134 | 44 | 47 |
| Binary | 1100000 | 10000111 | 111111 | 11101 | 0 | 110101 | 101111 | 1011100 | 100100 | 100111 |
Color Harmonies of #60873F
Complementary color
Monochromatic Colors of #60873F
Black with #60873F
Text Example
Text Example
White with #60873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60873F; }
p { color: rgb(96,135,63); }
H1.HeaderClassName
{
color: #60873F;
}
.AnyTagClassName
{
color: #60873F;
}
</style>
background-color css
<style>
a { background-color: #60873F; }
a { background-color: rgb(96,135,63); }
div.DivClassName
{
background-color: #60873F;
}
.BgClassName
{
background-color: #60873F;
}
</style>
border-color css
<style>
span { border-color: #60873F; }
span { border-color: rgb(96,135,63); }
td.TdClassName
{
border-color: #60873F;
}
.TagClassName
{
border-color: #60873F;
}
</style>