Shades of Dingley #60744D
Tints of Dingley #60744D
RGB
CMYK
RGB Variations
Color information
#60744D (or 0x60744D) is known color: Dingley. HEX triplet: 60, 74 and 4D. RGB value is (96,116,77). Sum of RGB (Red+Green+Blue) = 96+116+77=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #60744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60744D is #9F8BB2. Grayscale: #696969. Windows color (decimal): -10455987 or 5076064. OLE color: 5076064.
HSL color Cylindrical-coordinate representation of color #60744D: hue angle of 90.77º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60744D is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 77 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.55 |
| HSL | 90.77º | 0.2% | 0.38% | - |
| HSV(B) | 90.77º | 0.34% | 0.45% | - |
| XYZ | 12.41 | 15.51 | 9.36 | - |
| YUV | 105.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 77 | 0.17 | 0 | 0.34 | 0.55 | 90.77 | 0.2 | 0.38 |
| Hex | 60 | 74 | 4D | 11 | 0 | 22 | 37 | 5B | 14 | 26 |
| Octal | 140 | 164 | 115 | 21 | 0 | 42 | 67 | 133 | 24 | 46 |
| Binary | 1100000 | 1110100 | 1001101 | 10001 | 0 | 100010 | 110111 | 1011011 | 10100 | 100110 |
Color Harmonies of #60744D
Complementary color
Monochromatic Colors of #60744D
Black with #60744D
Text Example
Text Example
White with #60744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60744D; }
p { color: rgb(96,116,77); }
H1.HeaderClassName
{
color: #60744D;
}
.AnyTagClassName
{
color: #60744D;
}
</style>
background-color css
<style>
a { background-color: #60744D; }
a { background-color: rgb(96,116,77); }
div.DivClassName
{
background-color: #60744D;
}
.BgClassName
{
background-color: #60744D;
}
</style>
border-color css
<style>
span { border-color: #60744D; }
span { border-color: rgb(96,116,77); }
td.TdClassName
{
border-color: #60744D;
}
.TagClassName
{
border-color: #60744D;
}
</style>