#886B4D

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

Shades of Shadow #886B4D

Tints of Shadow #886B4D

Color information

#886B4D (or 0x886B4D) is unknown color: approx Shadow. HEX triplet: 88, 6B and 4D. RGB value is (136,107,77). Sum of RGB (Red+Green+Blue) = 136+107+77=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #886B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B4D is #7794B2. Grayscale: #707070. Windows color (decimal): -7836851 or 5073800. OLE color: 5073800.

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

Color convert

RGB13610777-
CMYK00.210.430.47
HSL30.51º27.7%41.76%-
HSV(B)30.51º43.38%53.33%-
XYZ16.7516.299.28-
YUV112.25108.11144.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 77 (30.47% from 255) = 24.06%
R=42.5%
G=33.44%
B=24.06%

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
Decimal1361077700.210.430.4730.5127.741.76
Hex886B4D0152B2F1f1c2a
Octal2101531150255357373452
Binary10001000110101110011010101011010111011111111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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