#886A48

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

Shades of Shadow #886A48

Tints of Shadow #886A48

Color information

#886A48 (or 0x886A48) is unknown color: approx Shadow. HEX triplet: 88, 6A and 48. RGB value is (136,106,72). Sum of RGB (Red+Green+Blue) = 136+106+72=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #886A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A48 is #7795B7. Grayscale: #6F6F6F. Windows color (decimal): -7837112 or 4745864. OLE color: 4745864.

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

Color convert

RGB13610672-
CMYK00.220.470.47
HSL31.87º30.77%40.78%-
HSV(B)31.87º47.06%53.33%-
XYZ16.4816.018.35-
YUV111.09105.94145.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 106 (41.80% from 255) = 33.76%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=43.31%
G=33.76%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361067200.220.470.4731.8730.7740.78
Hex886A480162F2F201f29
Octal2101521100265757403751
Binary100010001101010100100001011010111110111110000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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