Shades of Donkey Brown #816F63
Tints of Donkey Brown #816F63
RGB
CMYK
RGB Variations
Color information
#816F63 (or 0x816F63) is known color: Donkey Brown. HEX triplet: 81, 6F and 63. RGB value is (129,111,99). Sum of RGB (Red+Green+Blue) = 129+111+99=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #816F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F63 is #7E909C. Grayscale: #737373. Windows color (decimal): -8294557 or 6516609. OLE color: 6516609.
HSL color Cylindrical-coordinate representation of color #816F63: hue angle of 24º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #816F63 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 111 | 99 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.49 |
| HSL | 24º | 0.13% | 0.45% | - |
| HSV(B) | 24º | 0.23% | 0.51% | - |
| XYZ | 16.99 | 16.94 | 14.18 | - |
| YUV | 115.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 99 | 0 | 0.14 | 0.23 | 0.49 | 24 | 0.13 | 0.45 |
| Hex | 81 | 6F | 63 | 0 | E | 17 | 31 | 18 | D | 2D |
| Octal | 201 | 157 | 143 | 0 | 16 | 27 | 61 | 30 | 15 | 55 |
| Binary | 10000001 | 1101111 | 1100011 | 0 | 1110 | 10111 | 110001 | 11000 | 1101 | 101101 |
Color Harmonies of #816F63
Complementary color
Monochromatic Colors of #816F63
Black with #816F63
Text Example
Text Example
White with #816F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F63; }
p { color: rgb(129,111,99); }
H1.HeaderClassName
{
color: #816F63;
}
.AnyTagClassName
{
color: #816F63;
}
</style>
background-color css
<style>
a { background-color: #816F63; }
a { background-color: rgb(129,111,99); }
div.DivClassName
{
background-color: #816F63;
}
.BgClassName
{
background-color: #816F63;
}
</style>
border-color css
<style>
span { border-color: #816F63; }
span { border-color: rgb(129,111,99); }
td.TdClassName
{
border-color: #816F63;
}
.TagClassName
{
border-color: #816F63;
}
</style>