Shades of Donkey Brown #816F61
Tints of Donkey Brown #816F61
RGB
CMYK
RGB Variations
Color information
#816F61 (or 0x816F61) is known color: Donkey Brown. HEX triplet: 81, 6F and 61. RGB value is (129,111,97). Sum of RGB (Red+Green+Blue) = 129+111+97=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #816F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F61 is #7E909E. Grayscale: #727272. Windows color (decimal): -8294559 or 6385537. OLE color: 6385537.
HSL color Cylindrical-coordinate representation of color #816F61: hue angle of 26.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #816F61 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 111 | 97 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.49 |
| HSL | 26.25º | 0.14% | 0.44% | - |
| HSV(B) | 26.25º | 0.25% | 0.51% | - |
| XYZ | 16.9 | 16.9 | 13.68 | - |
| YUV | 114.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 97 | 0 | 0.14 | 0.25 | 0.49 | 26.25 | 0.14 | 0.44 |
| Hex | 81 | 6F | 61 | 0 | E | 19 | 31 | 1A | E | 2C |
| Octal | 201 | 157 | 141 | 0 | 16 | 31 | 61 | 32 | 16 | 54 |
| Binary | 10000001 | 1101111 | 1100001 | 0 | 1110 | 11001 | 110001 | 11010 | 1110 | 101100 |
Color Harmonies of #816F61
Complementary color
Monochromatic Colors of #816F61
Black with #816F61
Text Example
Text Example
White with #816F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F61; }
p { color: rgb(129,111,97); }
H1.HeaderClassName
{
color: #816F61;
}
.AnyTagClassName
{
color: #816F61;
}
</style>
background-color css
<style>
a { background-color: #816F61; }
a { background-color: rgb(129,111,97); }
div.DivClassName
{
background-color: #816F61;
}
.BgClassName
{
background-color: #816F61;
}
</style>
border-color css
<style>
span { border-color: #816F61; }
span { border-color: rgb(129,111,97); }
td.TdClassName
{
border-color: #816F61;
}
.TagClassName
{
border-color: #816F61;
}
</style>