Shades of Dingley #62843D
Tints of Dingley #62843D
RGB
CMYK
RGB Variations
Color information
#62843D (or 0x62843D) is known color: Dingley. HEX triplet: 62, 84 and 3D. RGB value is (98,132,61). Sum of RGB (Red+Green+Blue) = 98+132+61=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #62843D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62843D is #9D7BC2. Grayscale: #717171. Windows color (decimal): -10320835 or 4031586. OLE color: 4031586.
HSL color Cylindrical-coordinate representation of color #62843D: hue angle of 88.73º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62843D is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 132 | 61 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.48 |
| HSL | 88.73º | 0.37% | 0.38% | - |
| HSV(B) | 88.73º | 0.54% | 0.52% | - |
| XYZ | 14.13 | 19.44 | 7.42 | - |
| YUV | 113.74 | 98.24 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 61 | 0.26 | 0 | 0.54 | 0.48 | 88.73 | 0.37 | 0.38 |
| Hex | 62 | 84 | 3D | 1A | 0 | 36 | 30 | 59 | 25 | 26 |
| Octal | 142 | 204 | 75 | 32 | 0 | 66 | 60 | 131 | 45 | 46 |
| Binary | 1100010 | 10000100 | 111101 | 11010 | 0 | 110110 | 110000 | 1011001 | 100101 | 100110 |
Color Harmonies of #62843D
Complementary color
Monochromatic Colors of #62843D
Black with #62843D
Text Example
Text Example
White with #62843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62843D; }
p { color: rgb(98,132,61); }
H1.HeaderClassName
{
color: #62843D;
}
.AnyTagClassName
{
color: #62843D;
}
</style>
background-color css
<style>
a { background-color: #62843D; }
a { background-color: rgb(98,132,61); }
div.DivClassName
{
background-color: #62843D;
}
.BgClassName
{
background-color: #62843D;
}
</style>
border-color css
<style>
span { border-color: #62843D; }
span { border-color: rgb(98,132,61); }
td.TdClassName
{
border-color: #62843D;
}
.TagClassName
{
border-color: #62843D;
}
</style>