Shades of Donkey Brown #826E62
Tints of Donkey Brown #826E62
RGB
CMYK
RGB Variations
Color information
#826E62 (or 0x826E62) is known color: Donkey Brown. HEX triplet: 82, 6E and 62. RGB value is (130,110,98). Sum of RGB (Red+Green+Blue) = 130+110+98=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #826E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E62 is #7D919D. Grayscale: #727272. Windows color (decimal): -8229278 or 6450818. OLE color: 6450818.
HSL color Cylindrical-coordinate representation of color #826E62: hue angle of 22.5º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #826E62 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 98 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.49 |
| HSL | 22.5º | 0.14% | 0.45% | - |
| HSV(B) | 22.5º | 0.25% | 0.51% | - |
| XYZ | 16.99 | 16.78 | 13.9 | - |
| YUV | 114.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 98 | 0 | 0.15 | 0.25 | 0.49 | 22.5 | 0.14 | 0.45 |
| Hex | 82 | 6E | 62 | 0 | F | 19 | 31 | 16 | E | 2D |
| Octal | 202 | 156 | 142 | 0 | 17 | 31 | 61 | 26 | 16 | 55 |
| Binary | 10000010 | 1101110 | 1100010 | 0 | 1111 | 11001 | 110001 | 10110 | 1110 | 101101 |
Color Harmonies of #826E62
Complementary color
Monochromatic Colors of #826E62
Black with #826E62
Text Example
Text Example
White with #826E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E62; }
p { color: rgb(130,110,98); }
H1.HeaderClassName
{
color: #826E62;
}
.AnyTagClassName
{
color: #826E62;
}
</style>
background-color css
<style>
a { background-color: #826E62; }
a { background-color: rgb(130,110,98); }
div.DivClassName
{
background-color: #826E62;
}
.BgClassName
{
background-color: #826E62;
}
</style>
border-color css
<style>
span { border-color: #826E62; }
span { border-color: rgb(130,110,98); }
td.TdClassName
{
border-color: #826E62;
}
.TagClassName
{
border-color: #826E62;
}
</style>