Shades of Donkey Brown #816B54
Tints of Donkey Brown #816B54
RGB
CMYK
RGB Variations
Color information
#816B54 (or 0x816B54) is known color: Donkey Brown. HEX triplet: 81, 6B and 54. RGB value is (129,107,84). Sum of RGB (Red+Green+Blue) = 129+107+84=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #816B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B54 is #7E94AB. Grayscale: #6F6F6F. Windows color (decimal): -8295596 or 5532545. OLE color: 5532545.
HSL color Cylindrical-coordinate representation of color #816B54: hue angle of 30.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #816B54 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 107 | 84 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.49 |
| HSL | 30.67º | 0.21% | 0.42% | - |
| HSV(B) | 30.67º | 0.35% | 0.51% | - |
| XYZ | 15.91 | 15.82 | 10.6 | - |
| YUV | 110.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 84 | 0 | 0.17 | 0.35 | 0.49 | 30.67 | 0.21 | 0.42 |
| Hex | 81 | 6B | 54 | 0 | 11 | 23 | 31 | 1F | 15 | 2A |
| Octal | 201 | 153 | 124 | 0 | 21 | 43 | 61 | 37 | 25 | 52 |
| Binary | 10000001 | 1101011 | 1010100 | 0 | 10001 | 100011 | 110001 | 11111 | 10101 | 101010 |
Color Harmonies of #816B54
Complementary color
Monochromatic Colors of #816B54
Black with #816B54
Text Example
Text Example
White with #816B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816B54; }
p { color: rgb(129,107,84); }
H1.HeaderClassName
{
color: #816B54;
}
.AnyTagClassName
{
color: #816B54;
}
</style>
background-color css
<style>
a { background-color: #816B54; }
a { background-color: rgb(129,107,84); }
div.DivClassName
{
background-color: #816B54;
}
.BgClassName
{
background-color: #816B54;
}
</style>
border-color css
<style>
span { border-color: #816B54; }
span { border-color: rgb(129,107,84); }
td.TdClassName
{
border-color: #816B54;
}
.TagClassName
{
border-color: #816B54;
}
</style>