#886B4C

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

Shades of Shadow #886B4C

Tints of Shadow #886B4C

Color information

#886B4C (or 0x886B4C) is unknown color: approx Shadow. HEX triplet: 88, 6B and 4C. RGB value is (136,107,76). Sum of RGB (Red+Green+Blue) = 136+107+76=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #886B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B4C is #7794B3. Grayscale: #707070. Windows color (decimal): -7836852 or 5008264. OLE color: 5008264.

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

Color convert

RGB13610776-
CMYK00.210.440.47
HSL31º28.3%41.57%-
HSV(B)31º44.12%53.33%-
XYZ16.7216.279.1-
YUV112.14107.61145.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=42.63%
G=33.54%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361077600.210.440.473128.341.57
Hex886B4C0152C2F1f1c2a
Octal2101531140255457373452
Binary10001000110101110011000101011011001011111111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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