#886E40

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

Shades of Shadow #886E40

Tints of Shadow #886E40

Color information

#886E40 (or 0x886E40) is unknown color: approx Shadow. HEX triplet: 88, 6E and 40. RGB value is (136,110,64). Sum of RGB (Red+Green+Blue) = 136+110+64=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #886E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886E40 is #7791BF. Grayscale: #707070. Windows color (decimal): -7836096 or 4222600. OLE color: 4222600.

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

Color convert

RGB13611064-
CMYK00.190.530.47
HSL38.33º36%39.22%-
HSV(B)38.33º52.94%53.33%-
XYZ16.6516.767.21-
YUV112.53100.61144.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 64 (25.39% from 255) = 20.65%
R=43.87%
G=35.48%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361106400.190.530.4738.333639.22
Hex886E40013352F262427
Octal2101561000236557464447
Binary1000100011011101000000010011110101101111100110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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