Shades of Donkey Brown #836F64
Tints of Donkey Brown #836F64
RGB
CMYK
RGB Variations
Color information
#836F64 (or 0x836F64) is known color: Donkey Brown. HEX triplet: 83, 6F and 64. RGB value is (131,111,100). Sum of RGB (Red+Green+Blue) = 131+111+100=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #836F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836F64 is #7C909B. Grayscale: #737373. Windows color (decimal): -8163484 or 6582147. OLE color: 6582147.
HSL color Cylindrical-coordinate representation of color #836F64: hue angle of 21.29º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836F64 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 111 | 100 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.49 |
| HSL | 21.29º | 0.13% | 0.45% | - |
| HSV(B) | 21.29º | 0.24% | 0.51% | - |
| XYZ | 17.34 | 17.11 | 14.45 | - |
| YUV | 115.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 100 | 0 | 0.15 | 0.24 | 0.49 | 21.29 | 0.13 | 0.45 |
| Hex | 83 | 6F | 64 | 0 | F | 18 | 31 | 15 | D | 2D |
| Octal | 203 | 157 | 144 | 0 | 17 | 30 | 61 | 25 | 15 | 55 |
| Binary | 10000011 | 1101111 | 1100100 | 0 | 1111 | 11000 | 110001 | 10101 | 1101 | 101101 |
Color Harmonies of #836F64
Complementary color
Monochromatic Colors of #836F64
Black with #836F64
Text Example
Text Example
White with #836F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F64; }
p { color: rgb(131,111,100); }
H1.HeaderClassName
{
color: #836F64;
}
.AnyTagClassName
{
color: #836F64;
}
</style>
background-color css
<style>
a { background-color: #836F64; }
a { background-color: rgb(131,111,100); }
div.DivClassName
{
background-color: #836F64;
}
.BgClassName
{
background-color: #836F64;
}
</style>
border-color css
<style>
span { border-color: #836F64; }
span { border-color: rgb(131,111,100); }
td.TdClassName
{
border-color: #836F64;
}
.TagClassName
{
border-color: #836F64;
}
</style>