#886A4A

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

Shades of Shadow #886A4A

Tints of Shadow #886A4A

Color information

#886A4A (or 0x886A4A) is unknown color: approx Shadow. HEX triplet: 88, 6A and 4A. RGB value is (136,106,74). Sum of RGB (Red+Green+Blue) = 136+106+74=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #886A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A4A is #7795B5. Grayscale: #6F6F6F. Windows color (decimal): -7837110 or 4876936. OLE color: 4876936.

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

Color convert

RGB13610674-
CMYK00.220.460.47
HSL30.97º29.52%41.18%-
HSV(B)30.97º45.59%53.33%-
XYZ16.5416.048.7-
YUV111.32106.94145.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.04%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=43.04%
G=33.54%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361067400.220.460.4730.9729.5241.18
Hex886A4A0162E2F1f1e29
Octal2101521120265657373651
Binary10001000110101010010100101101011101011111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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