Shades of Dingley #62863E
Tints of Dingley #62863E
RGB
CMYK
RGB Variations
Color information
#62863E (or 0x62863E) is known color: Dingley. HEX triplet: 62, 86 and 3E. RGB value is (98,134,62). Sum of RGB (Red+Green+Blue) = 98+134+62=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #62863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62863E is #9D79C1. Grayscale: #737373. Windows color (decimal): -10320322 or 4097634. OLE color: 4097634.
HSL color Cylindrical-coordinate representation of color #62863E: hue angle of 90º 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 #62863E is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 62 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.47 |
| HSL | 90º | 0.37% | 0.38% | - |
| HSV(B) | 90º | 0.54% | 0.53% | - |
| XYZ | 14.43 | 19.99 | 7.66 | - |
| YUV | 115.03 | 98.07 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 62 | 0.27 | 0 | 0.54 | 0.47 | 90 | 0.37 | 0.38 |
| Hex | 62 | 86 | 3E | 1B | 0 | 36 | 2F | 5A | 25 | 26 |
| Octal | 142 | 206 | 76 | 33 | 0 | 66 | 57 | 132 | 45 | 46 |
| Binary | 1100010 | 10000110 | 111110 | 11011 | 0 | 110110 | 101111 | 1011010 | 100101 | 100110 |
Color Harmonies of #62863E
Complementary color
Monochromatic Colors of #62863E
Black with #62863E
Text Example
Text Example
White with #62863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62863E; }
p { color: rgb(98,134,62); }
H1.HeaderClassName
{
color: #62863E;
}
.AnyTagClassName
{
color: #62863E;
}
</style>
background-color css
<style>
a { background-color: #62863E; }
a { background-color: rgb(98,134,62); }
div.DivClassName
{
background-color: #62863E;
}
.BgClassName
{
background-color: #62863E;
}
</style>
border-color css
<style>
span { border-color: #62863E; }
span { border-color: rgb(98,134,62); }
td.TdClassName
{
border-color: #62863E;
}
.TagClassName
{
border-color: #62863E;
}
</style>