#886B47

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

Shades of Shadow #886B47

Tints of Shadow #886B47

Color information

#886B47 (or 0x886B47) is unknown color: approx Shadow. HEX triplet: 88, 6B and 47. RGB value is (136,107,71). Sum of RGB (Red+Green+Blue) = 136+107+71=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #886B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B47 is #7794B8. Grayscale: #6F6F6F. Windows color (decimal): -7836857 or 4680584. OLE color: 4680584.

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

Color convert

RGB13610771-
CMYK00.210.480.47
HSL33.23º31.4%40.59%-
HSV(B)33.23º47.79%53.33%-
XYZ16.5516.28.22-
YUV111.57105.11145.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 71 (28.12% from 255) = 22.61%
R=43.31%
G=34.08%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361077100.210.480.4733.2331.440.59
Hex886B47015302F211f29
Octal2101531070256057413751
Binary100010001101011100011101010111000010111110000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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