#866D5F

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

Shades of Donkey Brown #866D5F

Tints of Donkey Brown #866D5F

Color information

#866D5F (or 0x866D5F) is unknown color: approx Donkey Brown. HEX triplet: 86, 6D and 5F. RGB value is (134,109,95). Sum of RGB (Red+Green+Blue) = 134+109+95=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #866D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D5F is #7992A0. Grayscale: #727272. Windows color (decimal): -7967393 or 6253958. OLE color: 6253958.

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

Color convert

RGB13410995-
CMYK00.190.290.47
HSL21.54º17.03%44.9%-
HSV(B)21.54º29.1%52.55%-
XYZ17.3716.8313.16-
YUV114.88116.78141.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=39.64%
G=32.25%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341099500.190.290.4721.5417.0344.9
Hex866D5F0131D2F16112d
Octal2061551370233557262155
Binary1000011011011011011111010011111011011111011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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