#887060

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

Shades of Donkey Brown #887060

Tints of Donkey Brown #887060

Color information

#887060 (or 0x887060) is unknown color: approx Donkey Brown. HEX triplet: 88, 70 and 60. RGB value is (136,112,96). Sum of RGB (Red+Green+Blue) = 136+112+96=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #887060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887060 is #778F9F. Grayscale: #757575. Windows color (decimal): -7835552 or 6320264. OLE color: 6320264.

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

Color convert

RGB13611296-
CMYK00.180.290.47
HSL24º17.24%45.49%-
HSV(B)24º29.41%53.33%-
XYZ18.0617.6713.52-
YUV117.35115.95141.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 112 (44.14% from 255) = 32.56%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=39.53%
G=32.56%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361129600.180.290.472417.2445.49
Hex8870600121D2F18112d
Octal2101601400223557302155
Binary1000100011100001100000010010111011011111100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887060; }

 p { color: rgb(136,112,96); }

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

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

 a { background-color: rgb(136,112,96); }

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

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

 span { border-color: rgb(136,112,96); }

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