Shades of Dingley #61744D
Tints of Dingley #61744D
RGB
CMYK
RGB Variations
Color information
#61744D (or 0x61744D) is known color: Dingley. HEX triplet: 61, 74 and 4D. RGB value is (97,116,77). Sum of RGB (Red+Green+Blue) = 97+116+77=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #61744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61744D is #9E8BB2. Grayscale: #6A6A6A. Windows color (decimal): -10390451 or 5076065. OLE color: 5076065.
HSL color Cylindrical-coordinate representation of color #61744D: hue angle of 89.23º 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 #61744D is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 116 | 77 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.55 |
| HSL | 89.23º | 0.2% | 0.38% | - |
| HSV(B) | 89.23º | 0.34% | 0.45% | - |
| XYZ | 12.51 | 15.57 | 9.37 | - |
| YUV | 105.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 116 | 77 | 0.16 | 0 | 0.34 | 0.55 | 89.23 | 0.2 | 0.38 |
| Hex | 61 | 74 | 4D | 10 | 0 | 22 | 37 | 59 | 14 | 26 |
| Octal | 141 | 164 | 115 | 20 | 0 | 42 | 67 | 131 | 24 | 46 |
| Binary | 1100001 | 1110100 | 1001101 | 10000 | 0 | 100010 | 110111 | 1011001 | 10100 | 100110 |
Color Harmonies of #61744D
Complementary color
Monochromatic Colors of #61744D
Black with #61744D
Text Example
Text Example
White with #61744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61744D; }
p { color: rgb(97,116,77); }
H1.HeaderClassName
{
color: #61744D;
}
.AnyTagClassName
{
color: #61744D;
}
</style>
background-color css
<style>
a { background-color: #61744D; }
a { background-color: rgb(97,116,77); }
div.DivClassName
{
background-color: #61744D;
}
.BgClassName
{
background-color: #61744D;
}
</style>
border-color css
<style>
span { border-color: #61744D; }
span { border-color: rgb(97,116,77); }
td.TdClassName
{
border-color: #61744D;
}
.TagClassName
{
border-color: #61744D;
}
</style>