Shades of Donkey Brown #807060
Tints of Donkey Brown #807060
RGB
CMYK
RGB Variations
Color information
#807060 (or 0x807060) is known color: Donkey Brown. HEX triplet: 80, 70 and 60. RGB value is (128,112,96). Sum of RGB (Red+Green+Blue) = 128+112+96=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #807060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807060 is #7F8F9F. Grayscale: #737373. Windows color (decimal): -8359840 or 6320256. OLE color: 6320256.
HSL color Cylindrical-coordinate representation of color #807060: hue angle of 30º 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 #807060 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 112 | 96 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.50 |
| HSL | 30º | 0.14% | 0.44% | - |
| HSV(B) | 30º | 0.25% | 0.5% | - |
| XYZ | 16.81 | 17.02 | 13.47 | - |
| YUV | 114.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 96 | 0 | 0.12 | 0.25 | 0.50 | 30 | 0.14 | 0.44 |
| Hex | 80 | 70 | 60 | 0 | C | 19 | 32 | 1E | E | 2C |
| Octal | 200 | 160 | 140 | 0 | 14 | 31 | 62 | 36 | 16 | 54 |
| Binary | 10000000 | 1110000 | 1100000 | 0 | 1100 | 11001 | 110010 | 11110 | 1110 | 101100 |
Color Harmonies of #807060
Complementary color
Monochromatic Colors of #807060
Black with #807060
Text Example
Text Example
White with #807060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807060; }
p { color: rgb(128,112,96); }
H1.HeaderClassName
{
color: #807060;
}
.AnyTagClassName
{
color: #807060;
}
</style>
background-color css
<style>
a { background-color: #807060; }
a { background-color: rgb(128,112,96); }
div.DivClassName
{
background-color: #807060;
}
.BgClassName
{
background-color: #807060;
}
</style>
border-color css
<style>
span { border-color: #807060; }
span { border-color: rgb(128,112,96); }
td.TdClassName
{
border-color: #807060;
}
.TagClassName
{
border-color: #807060;
}
</style>