#886E5A

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

Shades of Donkey Brown #886E5A

Tints of Donkey Brown #886E5A

Color information

#886E5A (or 0x886E5A) is unknown color: approx Donkey Brown. HEX triplet: 88, 6E and 5A. RGB value is (136,110,90). Sum of RGB (Red+Green+Blue) = 136+110+90=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #886E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E5A is #7791A5. Grayscale: #737373. Windows color (decimal): -7836070 or 5926536. OLE color: 5926536.

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

Color convert

RGB13611090-
CMYK00.190.340.47
HSL26.09º20.35%44.31%-
HSV(B)26.09º33.82%53.33%-
XYZ17.5717.1212.05-
YUV115.49113.61142.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=40.48%
G=32.74%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361109000.190.340.4726.0920.3544.31
Hex886E5A013222F1a142c
Octal2101561320234257322454
Binary10001000110111010110100100111000101011111101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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