Shades of Dingley #62863F
Tints of Dingley #62863F
RGB
CMYK
RGB Variations
Color information
#62863F (or 0x62863F) is known color: Dingley. HEX triplet: 62, 86 and 3F. RGB value is (98,134,63). Sum of RGB (Red+Green+Blue) = 98+134+63=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #62863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62863F is #9D79C0. Grayscale: #737373. Windows color (decimal): -10320321 or 4163170. OLE color: 4163170.
HSL color Cylindrical-coordinate representation of color #62863F: hue angle of 90.42º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62863F is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 63 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.47 |
| HSL | 90.42º | 0.36% | 0.39% | - |
| HSV(B) | 90.42º | 0.53% | 0.53% | - |
| XYZ | 14.46 | 20.01 | 7.8 | - |
| YUV | 115.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 63 | 0.27 | 0 | 0.53 | 0.47 | 90.42 | 0.36 | 0.39 |
| Hex | 62 | 86 | 3F | 1B | 0 | 35 | 2F | 5A | 24 | 27 |
| Octal | 142 | 206 | 77 | 33 | 0 | 65 | 57 | 132 | 44 | 47 |
| Binary | 1100010 | 10000110 | 111111 | 11011 | 0 | 110101 | 101111 | 1011010 | 100100 | 100111 |
Color Harmonies of #62863F
Complementary color
Monochromatic Colors of #62863F
Black with #62863F
Text Example
Text Example
White with #62863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62863F; }
p { color: rgb(98,134,63); }
H1.HeaderClassName
{
color: #62863F;
}
.AnyTagClassName
{
color: #62863F;
}
</style>
background-color css
<style>
a { background-color: #62863F; }
a { background-color: rgb(98,134,63); }
div.DivClassName
{
background-color: #62863F;
}
.BgClassName
{
background-color: #62863F;
}
</style>
border-color css
<style>
span { border-color: #62863F; }
span { border-color: rgb(98,134,63); }
td.TdClassName
{
border-color: #62863F;
}
.TagClassName
{
border-color: #62863F;
}
</style>