#866F5F

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

Shades of Donkey Brown #866F5F

Tints of Donkey Brown #866F5F

Color information

#866F5F (or 0x866F5F) is unknown color: approx Donkey Brown. HEX triplet: 86, 6F and 5F. RGB value is (134,111,95). Sum of RGB (Red+Green+Blue) = 134+111+95=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #866F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F5F is #7990A0. Grayscale: #747474. Windows color (decimal): -7966881 or 6254470. OLE color: 6254470.

HSL color Cylindrical-coordinate representation of color #866F5F: hue angle of 24.62º 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 #866F5F is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13411195-
CMYK00.170.290.47
HSL24.62º17.03%44.9%-
HSV(B)24.62º29.1%52.55%-
XYZ17.5817.2613.23-
YUV116.05116.12140.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=39.41%
G=32.65%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341119500.170.290.4724.6217.0344.9
Hex866F5F0111D2F19112d
Octal2061571370213557312155
Binary1000011011011111011111010001111011011111100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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