Shades of Dingley #60734D
Tints of Dingley #60734D
RGB
CMYK
RGB Variations
Color information
#60734D (or 0x60734D) is known color: Dingley. HEX triplet: 60, 73 and 4D. RGB value is (96,115,77). Sum of RGB (Red+Green+Blue) = 96+115+77=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #60734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60734D is #9F8CB2. Grayscale: #696969. Windows color (decimal): -10456243 or 5075808. OLE color: 5075808.
HSL color Cylindrical-coordinate representation of color #60734D: hue angle of 90º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60734D is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 77 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.55 |
| HSL | 90º | 0.2% | 0.38% | - |
| HSV(B) | 90º | 0.33% | 0.45% | - |
| XYZ | 12.29 | 15.28 | 9.32 | - |
| YUV | 104.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 77 | 0.17 | 0 | 0.33 | 0.55 | 90 | 0.2 | 0.38 |
| Hex | 60 | 73 | 4D | 11 | 0 | 21 | 37 | 5A | 14 | 26 |
| Octal | 140 | 163 | 115 | 21 | 0 | 41 | 67 | 132 | 24 | 46 |
| Binary | 1100000 | 1110011 | 1001101 | 10001 | 0 | 100001 | 110111 | 1011010 | 10100 | 100110 |
Color Harmonies of #60734D
Complementary color
Monochromatic Colors of #60734D
Black with #60734D
Text Example
Text Example
White with #60734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60734D; }
p { color: rgb(96,115,77); }
H1.HeaderClassName
{
color: #60734D;
}
.AnyTagClassName
{
color: #60734D;
}
</style>
background-color css
<style>
a { background-color: #60734D; }
a { background-color: rgb(96,115,77); }
div.DivClassName
{
background-color: #60734D;
}
.BgClassName
{
background-color: #60734D;
}
</style>
border-color css
<style>
span { border-color: #60734D; }
span { border-color: rgb(96,115,77); }
td.TdClassName
{
border-color: #60734D;
}
.TagClassName
{
border-color: #60734D;
}
</style>