#866C57

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

Shades of Donkey Brown #866C57

Tints of Donkey Brown #866C57

Color information

#866C57 (or 0x866C57) is unknown color: approx Donkey Brown. HEX triplet: 86, 6C and 57. RGB value is (134,108,87). Sum of RGB (Red+Green+Blue) = 134+108+87=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #866C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C57 is #7993A8. Grayscale: #717171. Windows color (decimal): -7967657 or 5729414. OLE color: 5729414.

HSL color Cylindrical-coordinate representation of color #866C57: hue angle of 26.81º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #866C57 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB13410887-
CMYK00.190.350.47
HSL26.81º21.27%43.33%-
HSV(B)26.81º35.07%52.55%-
XYZ16.9116.4811.31-
YUV113.38113.11142.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 87 (34.38% from 255) = 26.44%
R=40.73%
G=32.83%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341088700.190.350.4726.8121.2743.33
Hex866C57013232F1b152b
Octal2061541270234357332553
Binary10000110110110010101110100111000111011111101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,108,87); }

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

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

 a { background-color: rgb(134,108,87); }

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

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

 span { border-color: rgb(134,108,87); }

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