Shades of Donkey Brown #816E62
Tints of Donkey Brown #816E62
RGB
CMYK
RGB Variations
Color information
#816E62 (or 0x816E62) is known color: Donkey Brown. HEX triplet: 81, 6E and 62. RGB value is (129,110,98). Sum of RGB (Red+Green+Blue) = 129+110+98=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #816E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E62 is #7E919D. Grayscale: #727272. Windows color (decimal): -8294814 or 6450817. OLE color: 6450817.
HSL color Cylindrical-coordinate representation of color #816E62: hue angle of 23.23º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #816E62 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 110 | 98 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.49 |
| HSL | 23.23º | 0.14% | 0.45% | - |
| HSV(B) | 23.23º | 0.24% | 0.51% | - |
| XYZ | 16.83 | 16.7 | 13.89 | - |
| YUV | 114.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 98 | 0 | 0.15 | 0.24 | 0.49 | 23.23 | 0.14 | 0.45 |
| Hex | 81 | 6E | 62 | 0 | F | 18 | 31 | 17 | E | 2D |
| Octal | 201 | 156 | 142 | 0 | 17 | 30 | 61 | 27 | 16 | 55 |
| Binary | 10000001 | 1101110 | 1100010 | 0 | 1111 | 11000 | 110001 | 10111 | 1110 | 101101 |
Color Harmonies of #816E62
Complementary color
Monochromatic Colors of #816E62
Black with #816E62
Text Example
Text Example
White with #816E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816E62; }
p { color: rgb(129,110,98); }
H1.HeaderClassName
{
color: #816E62;
}
.AnyTagClassName
{
color: #816E62;
}
</style>
background-color css
<style>
a { background-color: #816E62; }
a { background-color: rgb(129,110,98); }
div.DivClassName
{
background-color: #816E62;
}
.BgClassName
{
background-color: #816E62;
}
</style>
border-color css
<style>
span { border-color: #816E62; }
span { border-color: rgb(129,110,98); }
td.TdClassName
{
border-color: #816E62;
}
.TagClassName
{
border-color: #816E62;
}
</style>