Shades of Donkey Brown #807064
Tints of Donkey Brown #807064
RGB
CMYK
RGB Variations
Color information
#807064 (or 0x807064) is known color: Donkey Brown. HEX triplet: 80, 70 and 64. RGB value is (128,112,100). Sum of RGB (Red+Green+Blue) = 128+112+100=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #807064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807064 is #7F8F9B. Grayscale: #737373. Windows color (decimal): -8359836 or 6582400. OLE color: 6582400.
HSL color Cylindrical-coordinate representation of color #807064: hue angle of 25.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #807064 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 112 | 100 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.50 |
| HSL | 25.71º | 0.12% | 0.45% | - |
| HSV(B) | 25.71º | 0.22% | 0.5% | - |
| XYZ | 17 | 17.1 | 14.46 | - |
| YUV | 115.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 100 | 0 | 0.12 | 0.22 | 0.50 | 25.71 | 0.12 | 0.45 |
| Hex | 80 | 70 | 64 | 0 | C | 16 | 32 | 1A | C | 2D |
| Octal | 200 | 160 | 144 | 0 | 14 | 26 | 62 | 32 | 14 | 55 |
| Binary | 10000000 | 1110000 | 1100100 | 0 | 1100 | 10110 | 110010 | 11010 | 1100 | 101101 |
Color Harmonies of #807064
Complementary color
Monochromatic Colors of #807064
Black with #807064
Text Example
Text Example
White with #807064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807064; }
p { color: rgb(128,112,100); }
H1.HeaderClassName
{
color: #807064;
}
.AnyTagClassName
{
color: #807064;
}
</style>
background-color css
<style>
a { background-color: #807064; }
a { background-color: rgb(128,112,100); }
div.DivClassName
{
background-color: #807064;
}
.BgClassName
{
background-color: #807064;
}
</style>
border-color css
<style>
span { border-color: #807064; }
span { border-color: rgb(128,112,100); }
td.TdClassName
{
border-color: #807064;
}
.TagClassName
{
border-color: #807064;
}
</style>