#886A46

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

Shades of Shadow #886A46

Tints of Shadow #886A46

Color information

#886A46 (or 0x886A46) is unknown color: approx Shadow. HEX triplet: 88, 6A and 46. RGB value is (136,106,70). Sum of RGB (Red+Green+Blue) = 136+106+70=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #886A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A46 is #7795B9. Grayscale: #6F6F6F. Windows color (decimal): -7837114 or 4614792. OLE color: 4614792.

HSL color Cylindrical-coordinate representation of color #886A46: hue angle of 32.73º 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 #886A46 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB13610670-
CMYK00.220.490.47
HSL32.73º32.04%40.39%-
HSV(B)32.73º48.53%53.33%-
XYZ16.4115.988.01-
YUV110.87104.94145.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=43.59%
G=33.97%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361067000.220.490.4732.7332.0440.39
Hex886A46016312F212028
Octal2101521060266157414050
Binary1000100011010101000110010110110001101111100001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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