Shades of Dingley #61863D
Tints of Dingley #61863D
RGB
CMYK
RGB Variations
Color information
#61863D (or 0x61863D) is known color: Dingley. HEX triplet: 61, 86 and 3D. RGB value is (97,134,61). Sum of RGB (Red+Green+Blue) = 97+134+61=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #61863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61863D is #9E79C2. Grayscale: #727272. Windows color (decimal): -10385859 or 4032097. OLE color: 4032097.
HSL color Cylindrical-coordinate representation of color #61863D: hue angle of 90.41º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61863D is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 134 | 61 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.47 |
| HSL | 90.41º | 0.37% | 0.38% | - |
| HSV(B) | 90.41º | 0.54% | 0.53% | - |
| XYZ | 14.3 | 19.93 | 7.51 | - |
| YUV | 114.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 134 | 61 | 0.28 | 0 | 0.54 | 0.47 | 90.41 | 0.37 | 0.38 |
| Hex | 61 | 86 | 3D | 1C | 0 | 36 | 2F | 5A | 25 | 26 |
| Octal | 141 | 206 | 75 | 34 | 0 | 66 | 57 | 132 | 45 | 46 |
| Binary | 1100001 | 10000110 | 111101 | 11100 | 0 | 110110 | 101111 | 1011010 | 100101 | 100110 |
Color Harmonies of #61863D
Complementary color
Monochromatic Colors of #61863D
Black with #61863D
Text Example
Text Example
White with #61863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61863D; }
p { color: rgb(97,134,61); }
H1.HeaderClassName
{
color: #61863D;
}
.AnyTagClassName
{
color: #61863D;
}
</style>
background-color css
<style>
a { background-color: #61863D; }
a { background-color: rgb(97,134,61); }
div.DivClassName
{
background-color: #61863D;
}
.BgClassName
{
background-color: #61863D;
}
</style>
border-color css
<style>
span { border-color: #61863D; }
span { border-color: rgb(97,134,61); }
td.TdClassName
{
border-color: #61863D;
}
.TagClassName
{
border-color: #61863D;
}
</style>