Shades of Dingley #60714E
Tints of Dingley #60714E
RGB
CMYK
RGB Variations
Color information
#60714E (or 0x60714E) is known color: Dingley. HEX triplet: 60, 71 and 4E. RGB value is (96,113,78). Sum of RGB (Red+Green+Blue) = 96+113+78=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #60714E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60714E is #9F8EB1. Grayscale: #686868. Windows color (decimal): -10456754 or 5140832. OLE color: 5140832.
HSL color Cylindrical-coordinate representation of color #60714E: hue angle of 89.14º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60714E is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 113 | 78 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.56 |
| HSL | 89.14º | 0.18% | 0.37% | - |
| HSV(B) | 89.14º | 0.31% | 0.44% | - |
| XYZ | 12.1 | 14.85 | 9.44 | - |
| YUV | 103.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 78 | 0.15 | 0 | 0.31 | 0.56 | 89.14 | 0.18 | 0.37 |
| Hex | 60 | 71 | 4E | F | 0 | 1F | 38 | 59 | 12 | 25 |
| Octal | 140 | 161 | 116 | 17 | 0 | 37 | 70 | 131 | 22 | 45 |
| Binary | 1100000 | 1110001 | 1001110 | 1111 | 0 | 11111 | 111000 | 1011001 | 10010 | 100101 |
Color Harmonies of #60714E
Complementary color
Monochromatic Colors of #60714E
Black with #60714E
Text Example
Text Example
White with #60714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60714E; }
p { color: rgb(96,113,78); }
H1.HeaderClassName
{
color: #60714E;
}
.AnyTagClassName
{
color: #60714E;
}
</style>
background-color css
<style>
a { background-color: #60714E; }
a { background-color: rgb(96,113,78); }
div.DivClassName
{
background-color: #60714E;
}
.BgClassName
{
background-color: #60714E;
}
</style>
border-color css
<style>
span { border-color: #60714E; }
span { border-color: rgb(96,113,78); }
td.TdClassName
{
border-color: #60714E;
}
.TagClassName
{
border-color: #60714E;
}
</style>