Shades of Donkey Brown #81705F
Tints of Donkey Brown #81705F
RGB
CMYK
RGB Variations
Color information
#81705F (or 0x81705F) is known color: Donkey Brown. HEX triplet: 81, 70 and 5F. RGB value is (129,112,95). Sum of RGB (Red+Green+Blue) = 129+112+95=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #81705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81705F is #7E8FA0. Grayscale: #737373. Windows color (decimal): -8294305 or 6254721. OLE color: 6254721.
HSL color Cylindrical-coordinate representation of color #81705F: hue angle of 30º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81705F is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 112 | 95 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.49 |
| HSL | 30º | 0.15% | 0.44% | - |
| HSV(B) | 30º | 0.26% | 0.51% | - |
| XYZ | 16.91 | 17.08 | 13.23 | - |
| YUV | 115.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 95 | 0 | 0.13 | 0.26 | 0.49 | 30 | 0.15 | 0.44 |
| Hex | 81 | 70 | 5F | 0 | D | 1A | 31 | 1E | F | 2C |
| Octal | 201 | 160 | 137 | 0 | 15 | 32 | 61 | 36 | 17 | 54 |
| Binary | 10000001 | 1110000 | 1011111 | 0 | 1101 | 11010 | 110001 | 11110 | 1111 | 101100 |
Color Harmonies of #81705F
Complementary color
Monochromatic Colors of #81705F
Black with #81705F
Text Example
Text Example
White with #81705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81705F; }
p { color: rgb(129,112,95); }
H1.HeaderClassName
{
color: #81705F;
}
.AnyTagClassName
{
color: #81705F;
}
</style>
background-color css
<style>
a { background-color: #81705F; }
a { background-color: rgb(129,112,95); }
div.DivClassName
{
background-color: #81705F;
}
.BgClassName
{
background-color: #81705F;
}
</style>
border-color css
<style>
span { border-color: #81705F; }
span { border-color: rgb(129,112,95); }
td.TdClassName
{
border-color: #81705F;
}
.TagClassName
{
border-color: #81705F;
}
</style>