Shades of Dingley #60744B
Tints of Dingley #60744B
RGB
CMYK
RGB Variations
Color information
#60744B (or 0x60744B) is known color: Dingley. HEX triplet: 60, 74 and 4B. RGB value is (96,116,75). Sum of RGB (Red+Green+Blue) = 96+116+75=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #60744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60744B is #9F8BB4. Grayscale: #696969. Windows color (decimal): -10455989 or 4944992. OLE color: 4944992.
HSL color Cylindrical-coordinate representation of color #60744B: hue angle of 89.27º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60744B is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 116 | 75 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.55 |
| HSL | 89.27º | 0.21% | 0.37% | - |
| HSV(B) | 89.27º | 0.35% | 0.45% | - |
| XYZ | 12.34 | 15.49 | 9 | - |
| YUV | 105.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 75 | 0.17 | 0 | 0.35 | 0.55 | 89.27 | 0.21 | 0.37 |
| Hex | 60 | 74 | 4B | 11 | 0 | 23 | 37 | 59 | 15 | 25 |
| Octal | 140 | 164 | 113 | 21 | 0 | 43 | 67 | 131 | 25 | 45 |
| Binary | 1100000 | 1110100 | 1001011 | 10001 | 0 | 100011 | 110111 | 1011001 | 10101 | 100101 |
Color Harmonies of #60744B
Complementary color
Monochromatic Colors of #60744B
Black with #60744B
Text Example
Text Example
White with #60744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60744B; }
p { color: rgb(96,116,75); }
H1.HeaderClassName
{
color: #60744B;
}
.AnyTagClassName
{
color: #60744B;
}
</style>
background-color css
<style>
a { background-color: #60744B; }
a { background-color: rgb(96,116,75); }
div.DivClassName
{
background-color: #60744B;
}
.BgClassName
{
background-color: #60744B;
}
</style>
border-color css
<style>
span { border-color: #60744B; }
span { border-color: rgb(96,116,75); }
td.TdClassName
{
border-color: #60744B;
}
.TagClassName
{
border-color: #60744B;
}
</style>