#886F50

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

Shades of Shadow #886F50

Tints of Shadow #886F50

Color information

#886F50 (or 0x886F50) is unknown color: approx Shadow. HEX triplet: 88, 6F and 50. RGB value is (136,111,80). Sum of RGB (Red+Green+Blue) = 136+111+80=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #886F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F50 is #7790AF. Grayscale: #737373. Windows color (decimal): -7835824 or 5271432. OLE color: 5271432.

HSL color Cylindrical-coordinate representation of color #886F50: hue angle of 33.21º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886F50 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13611180-
CMYK00.180.410.47
HSL33.21º25.93%42.35%-
HSV(B)33.21º41.18%53.33%-
XYZ17.2917.189.99-
YUV114.94108.28143.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=41.59%
G=33.94%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361118000.180.410.4733.2125.9342.35
Hex886F50012292F211a2a
Octal2101571200225157413252
Binary100010001101111101000001001010100110111110000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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