Shades of Donkey Brown #826D60
Tints of Donkey Brown #826D60
RGB
CMYK
RGB Variations
Color information
#826D60 (or 0x826D60) is known color: Donkey Brown. HEX triplet: 82, 6D and 60. RGB value is (130,109,96). Sum of RGB (Red+Green+Blue) = 130+109+96=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #826D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D60 is #7D929F. Grayscale: #717171. Windows color (decimal): -8229536 or 6319490. OLE color: 6319490.
HSL color Cylindrical-coordinate representation of color #826D60: hue angle of 22.94º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826D60 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 109 | 96 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.49 |
| HSL | 22.94º | 0.15% | 0.44% | - |
| HSV(B) | 22.94º | 0.26% | 0.51% | - |
| XYZ | 16.79 | 16.53 | 13.37 | - |
| YUV | 113.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 109 | 96 | 0 | 0.16 | 0.26 | 0.49 | 22.94 | 0.15 | 0.44 |
| Hex | 82 | 6D | 60 | 0 | 10 | 1A | 31 | 17 | F | 2C |
| Octal | 202 | 155 | 140 | 0 | 20 | 32 | 61 | 27 | 17 | 54 |
| Binary | 10000010 | 1101101 | 1100000 | 0 | 10000 | 11010 | 110001 | 10111 | 1111 | 101100 |
Color Harmonies of #826D60
Complementary color
Monochromatic Colors of #826D60
Black with #826D60
Text Example
Text Example
White with #826D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826D60; }
p { color: rgb(130,109,96); }
H1.HeaderClassName
{
color: #826D60;
}
.AnyTagClassName
{
color: #826D60;
}
</style>
background-color css
<style>
a { background-color: #826D60; }
a { background-color: rgb(130,109,96); }
div.DivClassName
{
background-color: #826D60;
}
.BgClassName
{
background-color: #826D60;
}
</style>
border-color css
<style>
span { border-color: #826D60; }
span { border-color: rgb(130,109,96); }
td.TdClassName
{
border-color: #826D60;
}
.TagClassName
{
border-color: #826D60;
}
</style>