Shades of Donkey Brown #816F5D
Tints of Donkey Brown #816F5D
RGB
CMYK
RGB Variations
Color information
#816F5D (or 0x816F5D) is known color: Donkey Brown. HEX triplet: 81, 6F and 5D. RGB value is (129,111,93). Sum of RGB (Red+Green+Blue) = 129+111+93=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #816F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F5D is #7E90A2. Grayscale: #727272. Windows color (decimal): -8294563 or 6123393. OLE color: 6123393.
HSL color Cylindrical-coordinate representation of color #816F5D: hue angle of 30º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #816F5D is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 111 | 93 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.49 |
| HSL | 30º | 0.16% | 0.44% | - |
| HSV(B) | 30º | 0.28% | 0.51% | - |
| XYZ | 16.71 | 16.83 | 12.72 | - |
| YUV | 114.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 93 | 0 | 0.14 | 0.28 | 0.49 | 30 | 0.16 | 0.44 |
| Hex | 81 | 6F | 5D | 0 | E | 1C | 31 | 1E | 10 | 2C |
| Octal | 201 | 157 | 135 | 0 | 16 | 34 | 61 | 36 | 20 | 54 |
| Binary | 10000001 | 1101111 | 1011101 | 0 | 1110 | 11100 | 110001 | 11110 | 10000 | 101100 |
Color Harmonies of #816F5D
Complementary color
Monochromatic Colors of #816F5D
Black with #816F5D
Text Example
Text Example
White with #816F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F5D; }
p { color: rgb(129,111,93); }
H1.HeaderClassName
{
color: #816F5D;
}
.AnyTagClassName
{
color: #816F5D;
}
</style>
background-color css
<style>
a { background-color: #816F5D; }
a { background-color: rgb(129,111,93); }
div.DivClassName
{
background-color: #816F5D;
}
.BgClassName
{
background-color: #816F5D;
}
</style>
border-color css
<style>
span { border-color: #816F5D; }
span { border-color: rgb(129,111,93); }
td.TdClassName
{
border-color: #816F5D;
}
.TagClassName
{
border-color: #816F5D;
}
</style>