#886C46

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

Shades of Shadow #886C46

Tints of Shadow #886C46

Color information

#886C46 (or 0x886C46) is unknown color: approx Shadow. HEX triplet: 88, 6C and 46. RGB value is (136,108,70). Sum of RGB (Red+Green+Blue) = 136+108+70=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #886C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886C46 is #7793B9. Grayscale: #707070. Windows color (decimal): -7836602 or 4615304. OLE color: 4615304.

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

Color convert

RGB13610870-
CMYK00.210.490.47
HSL34.55º32.04%40.39%-
HSV(B)34.55º48.53%53.33%-
XYZ16.6216.48.08-
YUV112.04104.28145.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=43.31%
G=34.39%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361087000.210.490.4734.5532.0440.39
Hex886C46015312F232028
Octal2101541060256157434050
Binary1000100011011001000110010101110001101111100011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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