#886F40

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

Shades of Shadow #886F40

Tints of Shadow #886F40

Color information

#886F40 (or 0x886F40) is unknown color: approx Shadow. HEX triplet: 88, 6F and 40. RGB value is (136,111,64). Sum of RGB (Red+Green+Blue) = 136+111+64=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #886F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F40 is #7790BF. Grayscale: #717171. Windows color (decimal): -7835840 or 4222856. OLE color: 4222856.

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

Color convert

RGB13611164-
CMYK00.180.530.47
HSL39.17º36%39.22%-
HSV(B)39.17º52.94%53.33%-
XYZ16.7616.977.24-
YUV113.12100.28144.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=43.73%
G=35.69%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361116400.180.530.4739.173639.22
Hex886F40012352F272427
Octal2101571000226557474447
Binary1000100011011111000000010010110101101111100111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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