Shades of Dingley #60734E
Tints of Dingley #60734E
RGB
CMYK
RGB Variations
Color information
#60734E (or 0x60734E) is known color: Dingley. HEX triplet: 60, 73 and 4E. RGB value is (96,115,78). Sum of RGB (Red+Green+Blue) = 96+115+78=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #60734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60734E is #9F8CB1. Grayscale: #696969. Windows color (decimal): -10456242 or 5141344. OLE color: 5141344.
HSL color Cylindrical-coordinate representation of color #60734E: hue angle of 90.81º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60734E is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 78 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.55 |
| HSL | 90.81º | 0.19% | 0.38% | - |
| HSV(B) | 90.81º | 0.32% | 0.45% | - |
| XYZ | 12.33 | 15.3 | 9.51 | - |
| YUV | 105.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 78 | 0.17 | 0 | 0.32 | 0.55 | 90.81 | 0.19 | 0.38 |
| Hex | 60 | 73 | 4E | 11 | 0 | 20 | 37 | 5B | 13 | 26 |
| Octal | 140 | 163 | 116 | 21 | 0 | 40 | 67 | 133 | 23 | 46 |
| Binary | 1100000 | 1110011 | 1001110 | 10001 | 0 | 100000 | 110111 | 1011011 | 10011 | 100110 |
Color Harmonies of #60734E
Complementary color
Monochromatic Colors of #60734E
Black with #60734E
Text Example
Text Example
White with #60734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60734E; }
p { color: rgb(96,115,78); }
H1.HeaderClassName
{
color: #60734E;
}
.AnyTagClassName
{
color: #60734E;
}
</style>
background-color css
<style>
a { background-color: #60734E; }
a { background-color: rgb(96,115,78); }
div.DivClassName
{
background-color: #60734E;
}
.BgClassName
{
background-color: #60734E;
}
</style>
border-color css
<style>
span { border-color: #60734E; }
span { border-color: rgb(96,115,78); }
td.TdClassName
{
border-color: #60734E;
}
.TagClassName
{
border-color: #60734E;
}
</style>