Shades of Donkey Brown #86725E
Tints of Donkey Brown #86725E
RGB
CMYK
RGB Variations
Color information
#86725E (or 0x86725E) is known color: Donkey Brown. HEX triplet: 86, 72 and 5E. RGB value is (134,114,94). Sum of RGB (Red+Green+Blue) = 134+114+94=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #86725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86725E is #798DA1. Grayscale: #757575. Windows color (decimal): -7966114 or 6189702. OLE color: 6189702.
HSL color Cylindrical-coordinate representation of color #86725E: hue angle of 30º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86725E is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 114 | 94 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.47 |
| HSL | 30º | 0.18% | 0.45% | - |
| HSV(B) | 30º | 0.3% | 0.53% | - |
| XYZ | 17.87 | 17.91 | 13.11 | - |
| YUV | 117.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 94 | 0 | 0.15 | 0.30 | 0.47 | 30 | 0.18 | 0.45 |
| Hex | 86 | 72 | 5E | 0 | F | 1E | 2F | 1E | 12 | 2D |
| Octal | 206 | 162 | 136 | 0 | 17 | 36 | 57 | 36 | 22 | 55 |
| Binary | 10000110 | 1110010 | 1011110 | 0 | 1111 | 11110 | 101111 | 11110 | 10010 | 101101 |
Color Harmonies of #86725E
Complementary color
Monochromatic Colors of #86725E
Black with #86725E
Text Example
Text Example
White with #86725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86725E; }
p { color: rgb(134,114,94); }
H1.HeaderClassName
{
color: #86725E;
}
.AnyTagClassName
{
color: #86725E;
}
</style>
background-color css
<style>
a { background-color: #86725E; }
a { background-color: rgb(134,114,94); }
div.DivClassName
{
background-color: #86725E;
}
.BgClassName
{
background-color: #86725E;
}
</style>
border-color css
<style>
span { border-color: #86725E; }
span { border-color: rgb(134,114,94); }
td.TdClassName
{
border-color: #86725E;
}
.TagClassName
{
border-color: #86725E;
}
</style>