#886E5D

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

Shades of Donkey Brown #886E5D

Tints of Donkey Brown #886E5D

Color information

#886E5D (or 0x886E5D) is unknown color: approx Donkey Brown. HEX triplet: 88, 6E and 5D. RGB value is (136,110,93). Sum of RGB (Red+Green+Blue) = 136+110+93=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E5D is #7791A2. Grayscale: #737373. Windows color (decimal): -7836067 or 6123144. OLE color: 6123144.

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

Color convert

RGB13611093-
CMYK00.190.320.47
HSL23.72º18.78%44.9%-
HSV(B)23.72º31.62%53.33%-
XYZ17.7117.1812.74-
YUV115.84115.11142.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=40.12%
G=32.45%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361109300.190.320.4723.7218.7844.9
Hex886E5D013202F18132d
Octal2101561350234057302355
Binary10001000110111010111010100111000001011111100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886E5D; }

 p { color: rgb(136,110,93); }

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

<style>
 a { background-color: #886E5D; }

 a { background-color: rgb(136,110,93); }

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

<style>
 span { border-color: #886E5D; }

 span { border-color: rgb(136,110,93); }

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