Shades of Donkey Brown #816B5C
Tints of Donkey Brown #816B5C
RGB
CMYK
RGB Variations
Color information
#816B5C (or 0x816B5C) is known color: Donkey Brown. HEX triplet: 81, 6B and 5C. RGB value is (129,107,92). Sum of RGB (Red+Green+Blue) = 129+107+92=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #816B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B5C is #7E94A3. Grayscale: #6F6F6F. Windows color (decimal): -8295588 or 6056833. OLE color: 6056833.
HSL color Cylindrical-coordinate representation of color #816B5C: hue angle of 24.32º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #816B5C is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 107 | 92 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.49 |
| HSL | 24.32º | 0.17% | 0.43% | - |
| HSV(B) | 24.32º | 0.29% | 0.51% | - |
| XYZ | 16.24 | 15.96 | 12.35 | - |
| YUV | 111.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 92 | 0 | 0.17 | 0.29 | 0.49 | 24.32 | 0.17 | 0.43 |
| Hex | 81 | 6B | 5C | 0 | 11 | 1D | 31 | 18 | 11 | 2B |
| Octal | 201 | 153 | 134 | 0 | 21 | 35 | 61 | 30 | 21 | 53 |
| Binary | 10000001 | 1101011 | 1011100 | 0 | 10001 | 11101 | 110001 | 11000 | 10001 | 101011 |
Color Harmonies of #816B5C
Complementary color
Monochromatic Colors of #816B5C
Black with #816B5C
Text Example
Text Example
White with #816B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816B5C; }
p { color: rgb(129,107,92); }
H1.HeaderClassName
{
color: #816B5C;
}
.AnyTagClassName
{
color: #816B5C;
}
</style>
background-color css
<style>
a { background-color: #816B5C; }
a { background-color: rgb(129,107,92); }
div.DivClassName
{
background-color: #816B5C;
}
.BgClassName
{
background-color: #816B5C;
}
</style>
border-color css
<style>
span { border-color: #816B5C; }
span { border-color: rgb(129,107,92); }
td.TdClassName
{
border-color: #816B5C;
}
.TagClassName
{
border-color: #816B5C;
}
</style>