Shades of Donkey Brown #867160
Tints of Donkey Brown #867160
RGB
CMYK
RGB Variations
Color information
#867160 (or 0x867160) is known color: Donkey Brown. HEX triplet: 86, 71 and 60. RGB value is (134,113,96). Sum of RGB (Red+Green+Blue) = 134+113+96=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #867160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867160 is #798E9F. Grayscale: #757575. Windows color (decimal): -7966368 or 6320518. OLE color: 6320518.
HSL color Cylindrical-coordinate representation of color #867160: hue angle of 26.84º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #867160 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 113 | 96 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.47 |
| HSL | 26.84º | 0.17% | 0.45% | - |
| HSV(B) | 26.84º | 0.28% | 0.53% | - |
| XYZ | 17.85 | 17.72 | 13.55 | - |
| YUV | 117.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 96 | 0 | 0.16 | 0.28 | 0.47 | 26.84 | 0.17 | 0.45 |
| Hex | 86 | 71 | 60 | 0 | 10 | 1C | 2F | 1B | 11 | 2D |
| Octal | 206 | 161 | 140 | 0 | 20 | 34 | 57 | 33 | 21 | 55 |
| Binary | 10000110 | 1110001 | 1100000 | 0 | 10000 | 11100 | 101111 | 11011 | 10001 | 101101 |
Color Harmonies of #867160
Complementary color
Monochromatic Colors of #867160
Black with #867160
Text Example
Text Example
White with #867160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867160; }
p { color: rgb(134,113,96); }
H1.HeaderClassName
{
color: #867160;
}
.AnyTagClassName
{
color: #867160;
}
</style>
background-color css
<style>
a { background-color: #867160; }
a { background-color: rgb(134,113,96); }
div.DivClassName
{
background-color: #867160;
}
.BgClassName
{
background-color: #867160;
}
</style>
border-color css
<style>
span { border-color: #867160; }
span { border-color: rgb(134,113,96); }
td.TdClassName
{
border-color: #867160;
}
.TagClassName
{
border-color: #867160;
}
</style>