Shades of Dingley #60724F
Tints of Dingley #60724F
RGB
CMYK
RGB Variations
Color information
#60724F (or 0x60724F) is known color: Dingley. HEX triplet: 60, 72 and 4F. RGB value is (96,114,79). Sum of RGB (Red+Green+Blue) = 96+114+79=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #60724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60724F is #9F8DB0. Grayscale: #686868. Windows color (decimal): -10456497 or 5206624. OLE color: 5206624.
HSL color Cylindrical-coordinate representation of color #60724F: hue angle of 90.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60724F is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 114 | 79 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.55 |
| HSL | 90.86º | 0.18% | 0.38% | - |
| HSV(B) | 90.86º | 0.31% | 0.45% | - |
| XYZ | 12.25 | 15.09 | 9.66 | - |
| YUV | 104.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 79 | 0.16 | 0 | 0.31 | 0.55 | 90.86 | 0.18 | 0.38 |
| Hex | 60 | 72 | 4F | 10 | 0 | 1F | 37 | 5B | 12 | 26 |
| Octal | 140 | 162 | 117 | 20 | 0 | 37 | 67 | 133 | 22 | 46 |
| Binary | 1100000 | 1110010 | 1001111 | 10000 | 0 | 11111 | 110111 | 1011011 | 10010 | 100110 |
Color Harmonies of #60724F
Complementary color
Monochromatic Colors of #60724F
Black with #60724F
Text Example
Text Example
White with #60724F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60724F; }
p { color: rgb(96,114,79); }
H1.HeaderClassName
{
color: #60724F;
}
.AnyTagClassName
{
color: #60724F;
}
</style>
background-color css
<style>
a { background-color: #60724F; }
a { background-color: rgb(96,114,79); }
div.DivClassName
{
background-color: #60724F;
}
.BgClassName
{
background-color: #60724F;
}
</style>
border-color css
<style>
span { border-color: #60724F; }
span { border-color: rgb(96,114,79); }
td.TdClassName
{
border-color: #60724F;
}
.TagClassName
{
border-color: #60724F;
}
</style>