#886B4B

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

Shades of Shadow #886B4B

Tints of Shadow #886B4B

Color information

#886B4B (or 0x886B4B) is unknown color: approx Shadow. HEX triplet: 88, 6B and 4B. RGB value is (136,107,75). Sum of RGB (Red+Green+Blue) = 136+107+75=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #886B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B4B is #7794B4. Grayscale: #707070. Windows color (decimal): -7836853 or 4942728. OLE color: 4942728.

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

Color convert

RGB13610775-
CMYK00.210.450.47
HSL31.48º28.91%41.37%-
HSV(B)31.48º44.85%53.33%-
XYZ16.6816.268.92-
YUV112.02107.11145.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=42.77%
G=33.65%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361077500.210.450.4731.4828.9141.37
Hex886B4B0152D2F1f1d29
Octal2101531130255557373551
Binary10001000110101110010110101011011011011111111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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