Shades of Dingley #61734E
Tints of Dingley #61734E
RGB
CMYK
RGB Variations
Color information
#61734E (or 0x61734E) is known color: Dingley. HEX triplet: 61, 73 and 4E. RGB value is (97,115,78). Sum of RGB (Red+Green+Blue) = 97+115+78=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #61734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61734E is #9E8CB1. Grayscale: #696969. Windows color (decimal): -10390706 or 5141345. OLE color: 5141345.
HSL color Cylindrical-coordinate representation of color #61734E: hue angle of 89.19º 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 #61734E is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 115 | 78 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.55 |
| HSL | 89.19º | 0.19% | 0.38% | - |
| HSV(B) | 89.19º | 0.32% | 0.45% | - |
| XYZ | 12.44 | 15.35 | 9.52 | - |
| YUV | 105.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 78 | 0.16 | 0 | 0.32 | 0.55 | 89.19 | 0.19 | 0.38 |
| Hex | 61 | 73 | 4E | 10 | 0 | 20 | 37 | 59 | 13 | 26 |
| Octal | 141 | 163 | 116 | 20 | 0 | 40 | 67 | 131 | 23 | 46 |
| Binary | 1100001 | 1110011 | 1001110 | 10000 | 0 | 100000 | 110111 | 1011001 | 10011 | 100110 |
Color Harmonies of #61734E
Complementary color
Monochromatic Colors of #61734E
Black with #61734E
Text Example
Text Example
White with #61734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61734E; }
p { color: rgb(97,115,78); }
H1.HeaderClassName
{
color: #61734E;
}
.AnyTagClassName
{
color: #61734E;
}
</style>
background-color css
<style>
a { background-color: #61734E; }
a { background-color: rgb(97,115,78); }
div.DivClassName
{
background-color: #61734E;
}
.BgClassName
{
background-color: #61734E;
}
</style>
border-color css
<style>
span { border-color: #61734E; }
span { border-color: rgb(97,115,78); }
td.TdClassName
{
border-color: #61734E;
}
.TagClassName
{
border-color: #61734E;
}
</style>