Shades of Donkey Brown #816D61
Tints of Donkey Brown #816D61
RGB
CMYK
RGB Variations
Color information
#816D61 (or 0x816D61) is known color: Donkey Brown. HEX triplet: 81, 6D and 61. RGB value is (129,109,97). Sum of RGB (Red+Green+Blue) = 129+109+97=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #816D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816D61 is #7E929E. Grayscale: #717171. Windows color (decimal): -8295071 or 6385025. OLE color: 6385025.
HSL color Cylindrical-coordinate representation of color #816D61: hue angle of 22.5º 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 #816D61 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 109 | 97 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.49 |
| HSL | 22.5º | 0.14% | 0.44% | - |
| HSV(B) | 22.5º | 0.25% | 0.51% | - |
| XYZ | 16.68 | 16.47 | 13.61 | - |
| YUV | 113.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 97 | 0 | 0.16 | 0.25 | 0.49 | 22.5 | 0.14 | 0.44 |
| Hex | 81 | 6D | 61 | 0 | 10 | 19 | 31 | 16 | E | 2C |
| Octal | 201 | 155 | 141 | 0 | 20 | 31 | 61 | 26 | 16 | 54 |
| Binary | 10000001 | 1101101 | 1100001 | 0 | 10000 | 11001 | 110001 | 10110 | 1110 | 101100 |
Color Harmonies of #816D61
Complementary color
Monochromatic Colors of #816D61
Black with #816D61
Text Example
Text Example
White with #816D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816D61; }
p { color: rgb(129,109,97); }
H1.HeaderClassName
{
color: #816D61;
}
.AnyTagClassName
{
color: #816D61;
}
</style>
background-color css
<style>
a { background-color: #816D61; }
a { background-color: rgb(129,109,97); }
div.DivClassName
{
background-color: #816D61;
}
.BgClassName
{
background-color: #816D61;
}
</style>
border-color css
<style>
span { border-color: #816D61; }
span { border-color: rgb(129,109,97); }
td.TdClassName
{
border-color: #816D61;
}
.TagClassName
{
border-color: #816D61;
}
</style>