#886C4B

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

Shades of Shadow #886C4B

Tints of Shadow #886C4B

Color information

#886C4B (or 0x886C4B) is unknown color: approx Shadow. HEX triplet: 88, 6C and 4B. RGB value is (136,108,75). Sum of RGB (Red+Green+Blue) = 136+108+75=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #886C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886C4B is #7793B4. Grayscale: #707070. Windows color (decimal): -7836597 or 4942984. OLE color: 4942984.

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

Color convert

RGB13610875-
CMYK00.210.450.47
HSL32.46º28.91%41.37%-
HSV(B)32.46º44.85%53.33%-
XYZ16.7916.478.95-
YUV112.61106.78144.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=42.63%
G=33.86%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361087500.210.450.4732.4628.9141.37
Hex886C4B0152D2F201d29
Octal2101541130255557403551
Binary100010001101100100101101010110110110111110000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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