Shades of Donkey Brown #867062
Tints of Donkey Brown #867062
RGB
CMYK
RGB Variations
Color information
#867062 (or 0x867062) is known color: Donkey Brown. HEX triplet: 86, 70 and 62. RGB value is (134,112,98). Sum of RGB (Red+Green+Blue) = 134+112+98=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #867062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867062 is #798F9D. Grayscale: #757575. Windows color (decimal): -7966622 or 6451334. OLE color: 6451334.
HSL color Cylindrical-coordinate representation of color #867062: hue angle of 23.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #867062 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 98 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.47 |
| HSL | 23.33º | 0.16% | 0.45% | - |
| HSV(B) | 23.33º | 0.27% | 0.53% | - |
| XYZ | 17.83 | 17.54 | 14 | - |
| YUV | 116.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 98 | 0 | 0.16 | 0.27 | 0.47 | 23.33 | 0.16 | 0.45 |
| Hex | 86 | 70 | 62 | 0 | 10 | 1B | 2F | 17 | 10 | 2D |
| Octal | 206 | 160 | 142 | 0 | 20 | 33 | 57 | 27 | 20 | 55 |
| Binary | 10000110 | 1110000 | 1100010 | 0 | 10000 | 11011 | 101111 | 10111 | 10000 | 101101 |
Color Harmonies of #867062
Complementary color
Monochromatic Colors of #867062
Black with #867062
Text Example
Text Example
White with #867062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867062; }
p { color: rgb(134,112,98); }
H1.HeaderClassName
{
color: #867062;
}
.AnyTagClassName
{
color: #867062;
}
</style>
background-color css
<style>
a { background-color: #867062; }
a { background-color: rgb(134,112,98); }
div.DivClassName
{
background-color: #867062;
}
.BgClassName
{
background-color: #867062;
}
</style>
border-color css
<style>
span { border-color: #867062; }
span { border-color: rgb(134,112,98); }
td.TdClassName
{
border-color: #867062;
}
.TagClassName
{
border-color: #867062;
}
</style>