Shades of Dingley #61833E
Tints of Dingley #61833E
RGB
CMYK
RGB Variations
Color information
#61833E (or 0x61833E) is known color: Dingley. HEX triplet: 61, 83 and 3E. RGB value is (97,131,62). Sum of RGB (Red+Green+Blue) = 97+131+62=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #61833E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61833E is #9E7CC1. Grayscale: #717171. Windows color (decimal): -10386626 or 4096865. OLE color: 4096865.
HSL color Cylindrical-coordinate representation of color #61833E: hue angle of 89.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61833E is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 131 | 62 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.49 |
| HSL | 89.57º | 0.36% | 0.38% | - |
| HSV(B) | 89.57º | 0.53% | 0.51% | - |
| XYZ | 13.92 | 19.12 | 7.51 | - |
| YUV | 112.97 | 99.24 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 62 | 0.26 | 0 | 0.53 | 0.49 | 89.57 | 0.36 | 0.38 |
| Hex | 61 | 83 | 3E | 1A | 0 | 35 | 31 | 5A | 24 | 26 |
| Octal | 141 | 203 | 76 | 32 | 0 | 65 | 61 | 132 | 44 | 46 |
| Binary | 1100001 | 10000011 | 111110 | 11010 | 0 | 110101 | 110001 | 1011010 | 100100 | 100110 |
Color Harmonies of #61833E
Complementary color
Monochromatic Colors of #61833E
Black with #61833E
Text Example
Text Example
White with #61833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61833E; }
p { color: rgb(97,131,62); }
H1.HeaderClassName
{
color: #61833E;
}
.AnyTagClassName
{
color: #61833E;
}
</style>
background-color css
<style>
a { background-color: #61833E; }
a { background-color: rgb(97,131,62); }
div.DivClassName
{
background-color: #61833E;
}
.BgClassName
{
background-color: #61833E;
}
</style>
border-color css
<style>
span { border-color: #61833E; }
span { border-color: rgb(97,131,62); }
td.TdClassName
{
border-color: #61833E;
}
.TagClassName
{
border-color: #61833E;
}
</style>