Shades of Dingley #61863C
Tints of Dingley #61863C
RGB
CMYK
RGB Variations
Color information
#61863C (or 0x61863C) is known color: Dingley. HEX triplet: 61, 86 and 3C. RGB value is (97,134,60). Sum of RGB (Red+Green+Blue) = 97+134+60=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #61863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61863C is #9E79C3. Grayscale: #727272. Windows color (decimal): -10385860 or 3966561. OLE color: 3966561.
HSL color Cylindrical-coordinate representation of color #61863C: hue angle of 90º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61863C is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 134 | 60 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.47 |
| HSL | 90º | 0.38% | 0.38% | - |
| HSV(B) | 90º | 0.55% | 0.53% | - |
| XYZ | 14.27 | 19.92 | 7.37 | - |
| YUV | 114.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 134 | 60 | 0.28 | 0 | 0.55 | 0.47 | 90 | 0.38 | 0.38 |
| Hex | 61 | 86 | 3C | 1C | 0 | 37 | 2F | 5A | 26 | 26 |
| Octal | 141 | 206 | 74 | 34 | 0 | 67 | 57 | 132 | 46 | 46 |
| Binary | 1100001 | 10000110 | 111100 | 11100 | 0 | 110111 | 101111 | 1011010 | 100110 | 100110 |
Color Harmonies of #61863C
Complementary color
Monochromatic Colors of #61863C
Black with #61863C
Text Example
Text Example
White with #61863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61863C; }
p { color: rgb(97,134,60); }
H1.HeaderClassName
{
color: #61863C;
}
.AnyTagClassName
{
color: #61863C;
}
</style>
background-color css
<style>
a { background-color: #61863C; }
a { background-color: rgb(97,134,60); }
div.DivClassName
{
background-color: #61863C;
}
.BgClassName
{
background-color: #61863C;
}
</style>
border-color css
<style>
span { border-color: #61863C; }
span { border-color: rgb(97,134,60); }
td.TdClassName
{
border-color: #61863C;
}
.TagClassName
{
border-color: #61863C;
}
</style>