Shades of Donkey Brown #867064
Tints of Donkey Brown #867064
RGB
CMYK
RGB Variations
Color information
#867064 (or 0x867064) is known color: Donkey Brown. HEX triplet: 86, 70 and 64. RGB value is (134,112,100). Sum of RGB (Red+Green+Blue) = 134+112+100=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #867064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867064 is #798F9B. Grayscale: #757575. Windows color (decimal): -7966620 or 6582406. OLE color: 6582406.
HSL color Cylindrical-coordinate representation of color #867064: hue angle of 21.18º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867064 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 100 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.47 |
| HSL | 21.18º | 0.15% | 0.46% | - |
| HSV(B) | 21.18º | 0.25% | 0.53% | - |
| XYZ | 17.93 | 17.58 | 14.5 | - |
| YUV | 117.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 100 | 0 | 0.16 | 0.25 | 0.47 | 21.18 | 0.15 | 0.46 |
| Hex | 86 | 70 | 64 | 0 | 10 | 19 | 2F | 15 | F | 2E |
| Octal | 206 | 160 | 144 | 0 | 20 | 31 | 57 | 25 | 17 | 56 |
| Binary | 10000110 | 1110000 | 1100100 | 0 | 10000 | 11001 | 101111 | 10101 | 1111 | 101110 |
Color Harmonies of #867064
Complementary color
Monochromatic Colors of #867064
Black with #867064
Text Example
Text Example
White with #867064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867064; }
p { color: rgb(134,112,100); }
H1.HeaderClassName
{
color: #867064;
}
.AnyTagClassName
{
color: #867064;
}
</style>
background-color css
<style>
a { background-color: #867064; }
a { background-color: rgb(134,112,100); }
div.DivClassName
{
background-color: #867064;
}
.BgClassName
{
background-color: #867064;
}
</style>
border-color css
<style>
span { border-color: #867064; }
span { border-color: rgb(134,112,100); }
td.TdClassName
{
border-color: #867064;
}
.TagClassName
{
border-color: #867064;
}
</style>