Shades of Donkey Brown #816F5B
Tints of Donkey Brown #816F5B
RGB
CMYK
RGB Variations
Color information
#816F5B (or 0x816F5B) is known color: Donkey Brown. HEX triplet: 81, 6F and 5B. RGB value is (129,111,91). Sum of RGB (Red+Green+Blue) = 129+111+91=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #816F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F5B is #7E90A4. Grayscale: #727272. Windows color (decimal): -8294565 or 5992321. OLE color: 5992321.
HSL color Cylindrical-coordinate representation of color #816F5B: hue angle of 31.58º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #816F5B is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 111 | 91 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.49 |
| HSL | 31.58º | 0.17% | 0.43% | - |
| HSV(B) | 31.58º | 0.29% | 0.51% | - |
| XYZ | 16.63 | 16.79 | 12.26 | - |
| YUV | 114.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 91 | 0 | 0.14 | 0.29 | 0.49 | 31.58 | 0.17 | 0.43 |
| Hex | 81 | 6F | 5B | 0 | E | 1D | 31 | 20 | 11 | 2B |
| Octal | 201 | 157 | 133 | 0 | 16 | 35 | 61 | 40 | 21 | 53 |
| Binary | 10000001 | 1101111 | 1011011 | 0 | 1110 | 11101 | 110001 | 100000 | 10001 | 101011 |
Color Harmonies of #816F5B
Complementary color
Monochromatic Colors of #816F5B
Black with #816F5B
Text Example
Text Example
White with #816F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F5B; }
p { color: rgb(129,111,91); }
H1.HeaderClassName
{
color: #816F5B;
}
.AnyTagClassName
{
color: #816F5B;
}
</style>
background-color css
<style>
a { background-color: #816F5B; }
a { background-color: rgb(129,111,91); }
div.DivClassName
{
background-color: #816F5B;
}
.BgClassName
{
background-color: #816F5B;
}
</style>
border-color css
<style>
span { border-color: #816F5B; }
span { border-color: rgb(129,111,91); }
td.TdClassName
{
border-color: #816F5B;
}
.TagClassName
{
border-color: #816F5B;
}
</style>