Shades of Donkey Brown #836C5B
Tints of Donkey Brown #836C5B
RGB
CMYK
RGB Variations
Color information
#836C5B (or 0x836C5B) is known color: Donkey Brown. HEX triplet: 83, 6C and 5B. RGB value is (131,108,91). Sum of RGB (Red+Green+Blue) = 131+108+91=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #836C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836C5B is #7C93A4. Grayscale: #717171. Windows color (decimal): -8164261 or 5991555. OLE color: 5991555.
HSL color Cylindrical-coordinate representation of color #836C5B: hue angle of 25.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #836C5B is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 108 | 91 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.49 |
| HSL | 25.5º | 0.18% | 0.44% | - |
| HSV(B) | 25.5º | 0.31% | 0.51% | - |
| XYZ | 16.61 | 16.31 | 12.17 | - |
| YUV | 112.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 91 | 0 | 0.18 | 0.31 | 0.49 | 25.5 | 0.18 | 0.44 |
| Hex | 83 | 6C | 5B | 0 | 12 | 1F | 31 | 1A | 12 | 2C |
| Octal | 203 | 154 | 133 | 0 | 22 | 37 | 61 | 32 | 22 | 54 |
| Binary | 10000011 | 1101100 | 1011011 | 0 | 10010 | 11111 | 110001 | 11010 | 10010 | 101100 |
Color Harmonies of #836C5B
Complementary color
Monochromatic Colors of #836C5B
Black with #836C5B
Text Example
Text Example
White with #836C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836C5B; }
p { color: rgb(131,108,91); }
H1.HeaderClassName
{
color: #836C5B;
}
.AnyTagClassName
{
color: #836C5B;
}
</style>
background-color css
<style>
a { background-color: #836C5B; }
a { background-color: rgb(131,108,91); }
div.DivClassName
{
background-color: #836C5B;
}
.BgClassName
{
background-color: #836C5B;
}
</style>
border-color css
<style>
span { border-color: #836C5B; }
span { border-color: rgb(131,108,91); }
td.TdClassName
{
border-color: #836C5B;
}
.TagClassName
{
border-color: #836C5B;
}
</style>