Shades of Dingley #61774D
Tints of Dingley #61774D
RGB
CMYK
RGB Variations
Color information
#61774D (or 0x61774D) is known color: Dingley. HEX triplet: 61, 77 and 4D. RGB value is (97,119,77). Sum of RGB (Red+Green+Blue) = 97+119+77=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #61774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61774D is #9E88B2. Grayscale: #6B6B6B. Windows color (decimal): -10389683 or 5076833. OLE color: 5076833.
HSL color Cylindrical-coordinate representation of color #61774D: hue angle of 91.43º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61774D is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 119 | 77 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.53 |
| HSL | 91.43º | 0.21% | 0.38% | - |
| HSV(B) | 91.43º | 0.35% | 0.47% | - |
| XYZ | 12.87 | 16.27 | 9.48 | - |
| YUV | 107.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 119 | 77 | 0.18 | 0 | 0.35 | 0.53 | 91.43 | 0.21 | 0.38 |
| Hex | 61 | 77 | 4D | 12 | 0 | 23 | 35 | 5B | 15 | 26 |
| Octal | 141 | 167 | 115 | 22 | 0 | 43 | 65 | 133 | 25 | 46 |
| Binary | 1100001 | 1110111 | 1001101 | 10010 | 0 | 100011 | 110101 | 1011011 | 10101 | 100110 |
Color Harmonies of #61774D
Complementary color
Monochromatic Colors of #61774D
Black with #61774D
Text Example
Text Example
White with #61774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61774D; }
p { color: rgb(97,119,77); }
H1.HeaderClassName
{
color: #61774D;
}
.AnyTagClassName
{
color: #61774D;
}
</style>
background-color css
<style>
a { background-color: #61774D; }
a { background-color: rgb(97,119,77); }
div.DivClassName
{
background-color: #61774D;
}
.BgClassName
{
background-color: #61774D;
}
</style>
border-color css
<style>
span { border-color: #61774D; }
span { border-color: rgb(97,119,77); }
td.TdClassName
{
border-color: #61774D;
}
.TagClassName
{
border-color: #61774D;
}
</style>