#866D56

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

Shades of Donkey Brown #866D56

Tints of Donkey Brown #866D56

Color information

#866D56 (or 0x866D56) is unknown color: approx Donkey Brown. HEX triplet: 86, 6D and 56. RGB value is (134,109,86). Sum of RGB (Red+Green+Blue) = 134+109+86=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #866D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D56 is #7992A9. Grayscale: #717171. Windows color (decimal): -7967402 or 5664134. OLE color: 5664134.

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

Color convert

RGB13410986-
CMYK00.190.360.47
HSL28.75º21.82%43.14%-
HSV(B)28.75º35.82%52.55%-
XYZ16.9816.6811.13-
YUV113.85112.28142.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=40.73%
G=33.13%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341098600.190.360.4728.7521.8243.14
Hex866D56013242F1d162b
Octal2061551260234457352653
Binary10000110110110110101100100111001001011111110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,109,86); }

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

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

 a { background-color: rgb(134,109,86); }

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

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

 span { border-color: rgb(134,109,86); }

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