#886B4A

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

Shades of Shadow #886B4A

Tints of Shadow #886B4A

Color information

#886B4A (or 0x886B4A) is unknown color: approx Shadow. HEX triplet: 88, 6B and 4A. RGB value is (136,107,74). Sum of RGB (Red+Green+Blue) = 136+107+74=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #886B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B4A is #7794B5. Grayscale: #707070. Windows color (decimal): -7836854 or 4877192. OLE color: 4877192.

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

Color convert

RGB13610774-
CMYK00.210.460.47
HSL31.94º29.52%41.18%-
HSV(B)31.94º45.59%53.33%-
XYZ16.6516.248.74-
YUV111.91106.61145.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=42.90%
G=33.75%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361077400.210.460.4731.9429.5241.18
Hex886B4A0152E2F201e29
Octal2101531120255657403651
Binary100010001101011100101001010110111010111110000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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