Shades of Donkey Brown #807160
Tints of Donkey Brown #807160
RGB
CMYK
RGB Variations
Color information
#807160 (or 0x807160) is known color: Donkey Brown. HEX triplet: 80, 71 and 60. RGB value is (128,113,96). Sum of RGB (Red+Green+Blue) = 128+113+96=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #807160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807160 is #7F8E9F. Grayscale: #737373. Windows color (decimal): -8359584 or 6320512. OLE color: 6320512.
HSL color Cylindrical-coordinate representation of color #807160: hue angle of 31.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #807160 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 113 | 96 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.50 |
| HSL | 31.88º | 0.14% | 0.44% | - |
| HSV(B) | 31.88º | 0.25% | 0.5% | - |
| XYZ | 16.92 | 17.24 | 13.5 | - |
| YUV | 115.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 96 | 0 | 0.12 | 0.25 | 0.50 | 31.88 | 0.14 | 0.44 |
| Hex | 80 | 71 | 60 | 0 | C | 19 | 32 | 20 | E | 2C |
| Octal | 200 | 161 | 140 | 0 | 14 | 31 | 62 | 40 | 16 | 54 |
| Binary | 10000000 | 1110001 | 1100000 | 0 | 1100 | 11001 | 110010 | 100000 | 1110 | 101100 |
Color Harmonies of #807160
Complementary color
Monochromatic Colors of #807160
Black with #807160
Text Example
Text Example
White with #807160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807160; }
p { color: rgb(128,113,96); }
H1.HeaderClassName
{
color: #807160;
}
.AnyTagClassName
{
color: #807160;
}
</style>
background-color css
<style>
a { background-color: #807160; }
a { background-color: rgb(128,113,96); }
div.DivClassName
{
background-color: #807160;
}
.BgClassName
{
background-color: #807160;
}
</style>
border-color css
<style>
span { border-color: #807160; }
span { border-color: rgb(128,113,96); }
td.TdClassName
{
border-color: #807160;
}
.TagClassName
{
border-color: #807160;
}
</style>