Shades of Donkey Brown #826F60
Tints of Donkey Brown #826F60
RGB
CMYK
RGB Variations
Color information
#826F60 (or 0x826F60) is known color: Donkey Brown. HEX triplet: 82, 6F and 60. RGB value is (130,111,96). Sum of RGB (Red+Green+Blue) = 130+111+96=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #826F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F60 is #7D909F. Grayscale: #737373. Windows color (decimal): -8229024 or 6320002. OLE color: 6320002.
HSL color Cylindrical-coordinate representation of color #826F60: hue angle of 26.47º 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 #826F60 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 96 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.49 |
| HSL | 26.47º | 0.15% | 0.44% | - |
| HSV(B) | 26.47º | 0.26% | 0.51% | - |
| XYZ | 17 | 16.96 | 13.44 | - |
| YUV | 114.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 96 | 0 | 0.15 | 0.26 | 0.49 | 26.47 | 0.15 | 0.44 |
| Hex | 82 | 6F | 60 | 0 | F | 1A | 31 | 1A | F | 2C |
| Octal | 202 | 157 | 140 | 0 | 17 | 32 | 61 | 32 | 17 | 54 |
| Binary | 10000010 | 1101111 | 1100000 | 0 | 1111 | 11010 | 110001 | 11010 | 1111 | 101100 |
Color Harmonies of #826F60
Complementary color
Monochromatic Colors of #826F60
Black with #826F60
Text Example
Text Example
White with #826F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F60; }
p { color: rgb(130,111,96); }
H1.HeaderClassName
{
color: #826F60;
}
.AnyTagClassName
{
color: #826F60;
}
</style>
background-color css
<style>
a { background-color: #826F60; }
a { background-color: rgb(130,111,96); }
div.DivClassName
{
background-color: #826F60;
}
.BgClassName
{
background-color: #826F60;
}
</style>
border-color css
<style>
span { border-color: #826F60; }
span { border-color: rgb(130,111,96); }
td.TdClassName
{
border-color: #826F60;
}
.TagClassName
{
border-color: #826F60;
}
</style>