#886D43

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

Shades of Shadow #886D43

Tints of Shadow #886D43

Color information

#886D43 (or 0x886D43) is unknown color: approx Shadow. HEX triplet: 88, 6D and 43. RGB value is (136,109,67). Sum of RGB (Red+Green+Blue) = 136+109+67=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #886D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D43 is #7792BC. Grayscale: #707070. Windows color (decimal): -7836349 or 4418952. OLE color: 4418952.

HSL color Cylindrical-coordinate representation of color #886D43: hue angle of 36.52º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #886D43 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB13610967-
CMYK00.200.510.47
HSL36.52º33.99%39.8%-
HSV(B)36.52º50.74%53.33%-
XYZ16.6416.587.63-
YUV112.28102.45144.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 67 (26.56% from 255) = 21.47%
R=43.59%
G=34.94%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361096700.200.510.4736.5233.9939.8
Hex886D43014332F252228
Octal2101551030246357454250
Binary1000100011011011000011010100110011101111100101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,109,67); }

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

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

 a { background-color: rgb(136,109,67); }

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

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

 span { border-color: rgb(136,109,67); }

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