Shades of Donkey Brown #836F61
Tints of Donkey Brown #836F61
RGB
CMYK
RGB Variations
Color information
#836F61 (or 0x836F61) is known color: Donkey Brown. HEX triplet: 83, 6F and 61. RGB value is (131,111,97). Sum of RGB (Red+Green+Blue) = 131+111+97=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #836F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836F61 is #7C909E. Grayscale: #737373. Windows color (decimal): -8163487 or 6385539. OLE color: 6385539.
HSL color Cylindrical-coordinate representation of color #836F61: hue angle of 24.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #836F61 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 111 | 97 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.49 |
| HSL | 24.71º | 0.15% | 0.45% | - |
| HSV(B) | 24.71º | 0.26% | 0.51% | - |
| XYZ | 17.2 | 17.06 | 13.69 | - |
| YUV | 115.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 97 | 0 | 0.15 | 0.26 | 0.49 | 24.71 | 0.15 | 0.45 |
| Hex | 83 | 6F | 61 | 0 | F | 1A | 31 | 19 | F | 2D |
| Octal | 203 | 157 | 141 | 0 | 17 | 32 | 61 | 31 | 17 | 55 |
| Binary | 10000011 | 1101111 | 1100001 | 0 | 1111 | 11010 | 110001 | 11001 | 1111 | 101101 |
Color Harmonies of #836F61
Complementary color
Monochromatic Colors of #836F61
Black with #836F61
Text Example
Text Example
White with #836F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F61; }
p { color: rgb(131,111,97); }
H1.HeaderClassName
{
color: #836F61;
}
.AnyTagClassName
{
color: #836F61;
}
</style>
background-color css
<style>
a { background-color: #836F61; }
a { background-color: rgb(131,111,97); }
div.DivClassName
{
background-color: #836F61;
}
.BgClassName
{
background-color: #836F61;
}
</style>
border-color css
<style>
span { border-color: #836F61; }
span { border-color: rgb(131,111,97); }
td.TdClassName
{
border-color: #836F61;
}
.TagClassName
{
border-color: #836F61;
}
</style>