#866F5B

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

Shades of Donkey Brown #866F5B

Tints of Donkey Brown #866F5B

Color information

#866F5B (or 0x866F5B) is unknown color: approx Donkey Brown. HEX triplet: 86, 6F and 5B. RGB value is (134,111,91). Sum of RGB (Red+Green+Blue) = 134+111+91=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #866F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F5B is #7990A4. Grayscale: #737373. Windows color (decimal): -7966885 or 5992326. OLE color: 5992326.

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

Color convert

RGB13411191-
CMYK00.170.320.47
HSL27.91º19.11%44.12%-
HSV(B)27.91º32.09%52.55%-
XYZ17.417.1912.3-
YUV115.6114.12141.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=39.88%
G=33.04%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341119100.170.320.4727.9119.1144.12
Hex866F5B011202F1c132c
Octal2061571330214057342354
Binary10000110110111110110110100011000001011111110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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