#886C43

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

Shades of Shadow #886C43

Tints of Shadow #886C43

Color information

#886C43 (or 0x886C43) is unknown color: approx Shadow. HEX triplet: 88, 6C and 43. RGB value is (136,108,67). Sum of RGB (Red+Green+Blue) = 136+108+67=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #886C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886C43 is #7793BC. Grayscale: #6F6F6F. Windows color (decimal): -7836605 or 4418696. OLE color: 4418696.

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

Color convert

RGB13610867-
CMYK00.210.510.47
HSL35.65º33.99%39.8%-
HSV(B)35.65º50.74%53.33%-
XYZ16.5316.367.6-
YUV111.7102.78145.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 108 (42.58% from 255) = 34.73%
BLUE value IS 67 (26.56% from 255) = 21.54%
R=43.73%
G=34.73%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361086700.210.510.4735.6533.9939.8
Hex886C43015332F242228
Octal2101541030256357444250
Binary1000100011011001000011010101110011101111100100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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