#886A4B

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

Shades of Shadow #886A4B

Tints of Shadow #886A4B

Color information

#886A4B (or 0x886A4B) is unknown color: approx Shadow. HEX triplet: 88, 6A and 4B. RGB value is (136,106,75). Sum of RGB (Red+Green+Blue) = 136+106+75=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #886A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A4B is #7795B4. Grayscale: #6F6F6F. Windows color (decimal): -7837109 or 4942472. OLE color: 4942472.

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

Color convert

RGB13610675-
CMYK00.220.450.47
HSL30.49º28.91%41.37%-
HSV(B)30.49º44.85%53.33%-
XYZ16.5816.058.88-
YUV111.44107.44145.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 75 (29.69% from 255) = 23.66%
R=42.90%
G=33.44%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361067500.220.450.4730.4928.9141.37
Hex886A4B0162D2F1e1d29
Octal2101521130265557363551
Binary10001000110101010010110101101011011011111111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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