#866F59

Color #866F59 Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #866F59

Tints of Donkey Brown #866F59

Color information

#866F59 (or 0x866F59) is unknown color: approx Donkey Brown. HEX triplet: 86, 6F and 59. RGB value is (134,111,89). Sum of RGB (Red+Green+Blue) = 134+111+89=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #866F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F59 is #7990A6. Grayscale: #737373. Windows color (decimal): -7966887 or 5861254. OLE color: 5861254.

HSL color Cylindrical-coordinate representation of color #866F59: hue angle of 29.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #866F59 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB13411189-
CMYK00.170.340.47
HSL29.33º20.18%43.73%-
HSV(B)29.33º33.58%52.55%-
XYZ17.3217.1611.85-
YUV115.37113.12141.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 89 (35.16% from 255) = 26.65%
R=40.12%
G=33.23%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341118900.170.340.4729.3320.1843.73
Hex866F59011222F1d142c
Octal2061571310214257352454
Binary10000110110111110110010100011000101011111110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866F59; }

 p { color: rgb(134,111,89); }

 H1.HeaderClassName
 {
   color: #866F59;
 }
 .AnyTagClassName
 {
   color: #866F59;
 }
</style>
background-color css

<style>
 a { background-color: #866F59; }

 a { background-color: rgb(134,111,89); }

 div.DivClassName
 {
   background-color: #866F59;
 }
 .BgClassName
 {
   background-color: #866F59;
 }
</style>
border-color css

<style>
 span { border-color: #866F59; }

 span { border-color: rgb(134,111,89); }

 td.TdClassName
 {
   border-color: #866F59;
 }
 .TagClassName
 {
   border-color: #866F59;
 }
</style>