#886C4E

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

Shades of Shadow #886C4E

Tints of Shadow #886C4E

Color information

#886C4E (or 0x886C4E) is unknown color: approx Shadow. HEX triplet: 88, 6C and 4E. RGB value is (136,108,78). Sum of RGB (Red+Green+Blue) = 136+108+78=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #886C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C4E is #7793B1. Grayscale: #717171. Windows color (decimal): -7836594 or 5139592. OLE color: 5139592.

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

Color convert

RGB13610878-
CMYK00.210.430.47
HSL31.03º27.1%41.96%-
HSV(B)31.03º42.65%53.33%-
XYZ16.8916.519.5-
YUV112.95108.28144.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=42.24%
G=33.54%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361087800.210.430.4731.0327.141.96
Hex886C4E0152B2F1f1b2a
Octal2101541160255357373352
Binary10001000110110010011100101011010111011111111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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