#886C48

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

Shades of Shadow #886C48

Tints of Shadow #886C48

Color information

#886C48 (or 0x886C48) is unknown color: approx Shadow. HEX triplet: 88, 6C and 48. RGB value is (136,108,72). Sum of RGB (Red+Green+Blue) = 136+108+72=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #886C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886C48 is #7793B7. Grayscale: #707070. Windows color (decimal): -7836600 or 4746376. OLE color: 4746376.

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

Color convert

RGB13610872-
CMYK00.210.470.47
HSL33.75º30.77%40.78%-
HSV(B)33.75º47.06%53.33%-
XYZ16.6916.438.42-
YUV112.27105.28144.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.04%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=43.04%
G=34.18%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361087200.210.470.4733.7530.7740.78
Hex886C480152F2F221f29
Octal2101541100255757423751
Binary100010001101100100100001010110111110111110001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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