#886F5A

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

Shades of Donkey Brown #886F5A

Tints of Donkey Brown #886F5A

Color information

#886F5A (or 0x886F5A) is unknown color: approx Donkey Brown. HEX triplet: 88, 6F and 5A. RGB value is (136,111,90). Sum of RGB (Red+Green+Blue) = 136+111+90=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #886F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F5A is #7790A5. Grayscale: #747474. Windows color (decimal): -7835814 or 5926792. OLE color: 5926792.

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

Color convert

RGB13611190-
CMYK00.180.340.47
HSL27.39º20.35%44.31%-
HSV(B)27.39º33.82%53.33%-
XYZ17.6817.3412.09-
YUV116.08113.28142.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=40.36%
G=32.94%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361119000.180.340.4727.3920.3544.31
Hex886F5A012222F1b142c
Octal2101571320224257332454
Binary10001000110111110110100100101000101011111101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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