#886B49

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

Shades of Shadow #886B49

Tints of Shadow #886B49

Color information

#886B49 (or 0x886B49) is unknown color: approx Shadow. HEX triplet: 88, 6B and 49. RGB value is (136,107,73). Sum of RGB (Red+Green+Blue) = 136+107+73=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #886B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B49 is #7794B6. Grayscale: #6F6F6F. Windows color (decimal): -7836855 or 4811656. OLE color: 4811656.

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

Color convert

RGB13610773-
CMYK00.210.460.47
HSL32.38º30.14%40.98%-
HSV(B)32.38º46.32%53.33%-
XYZ16.6116.238.56-
YUV111.8106.11145.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.04%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 73 (28.91% from 255) = 23.10%
R=43.04%
G=33.86%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361077300.210.460.4732.3830.1440.98
Hex886B490152E2F201e29
Octal2101531110255657403651
Binary100010001101011100100101010110111010111110000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,107,73); }

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

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

 a { background-color: rgb(136,107,73); }

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

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

 span { border-color: rgb(136,107,73); }

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