Shades of Donkey Brown #817065
Tints of Donkey Brown #817065
RGB
CMYK
RGB Variations
Color information
#817065 (or 0x817065) is known color: Donkey Brown. HEX triplet: 81, 70 and 65. RGB value is (129,112,101). Sum of RGB (Red+Green+Blue) = 129+112+101=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 129 - color contains mainly: red. Hex color #817065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817065 is #7E8F9A. Grayscale: #737373. Windows color (decimal): -8294299 or 6647937. OLE color: 6647937.
HSL color Cylindrical-coordinate representation of color #817065: hue angle of 23.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #817065 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 112 | 101 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.49 |
| HSL | 23.57º | 0.12% | 0.45% | - |
| HSV(B) | 23.57º | 0.22% | 0.51% | - |
| XYZ | 17.2 | 17.2 | 14.72 | - |
| YUV | 115.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 101 | 0 | 0.13 | 0.22 | 0.49 | 23.57 | 0.12 | 0.45 |
| Hex | 81 | 70 | 65 | 0 | D | 16 | 31 | 18 | C | 2D |
| Octal | 201 | 160 | 145 | 0 | 15 | 26 | 61 | 30 | 14 | 55 |
| Binary | 10000001 | 1110000 | 1100101 | 0 | 1101 | 10110 | 110001 | 11000 | 1100 | 101101 |
Color Harmonies of #817065
Complementary color
Monochromatic Colors of #817065
Black with #817065
Text Example
Text Example
White with #817065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817065; }
p { color: rgb(129,112,101); }
H1.HeaderClassName
{
color: #817065;
}
.AnyTagClassName
{
color: #817065;
}
</style>
background-color css
<style>
a { background-color: #817065; }
a { background-color: rgb(129,112,101); }
div.DivClassName
{
background-color: #817065;
}
.BgClassName
{
background-color: #817065;
}
</style>
border-color css
<style>
span { border-color: #817065; }
span { border-color: rgb(129,112,101); }
td.TdClassName
{
border-color: #817065;
}
.TagClassName
{
border-color: #817065;
}
</style>