#886F44

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

Shades of Shadow #886F44

Tints of Shadow #886F44

Color information

#886F44 (or 0x886F44) is unknown color: approx Shadow. HEX triplet: 88, 6F and 44. RGB value is (136,111,68). Sum of RGB (Red+Green+Blue) = 136+111+68=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #886F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F44 is #7790BB. Grayscale: #717171. Windows color (decimal): -7835836 or 4485000. OLE color: 4485000.

HSL color Cylindrical-coordinate representation of color #886F44: hue angle of 37.94º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #886F44 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB13611168-
CMYK00.180.500.47
HSL37.94º33.33%40%-
HSV(B)37.94º50%53.33%-
XYZ16.8817.027.86-
YUV113.57102.28144-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 68 (26.95% from 255) = 21.59%
R=43.17%
G=35.24%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361116800.180.500.4737.9433.3340
Hex886F44012322F262128
Octal2101571040226257464150
Binary1000100011011111000100010010110010101111100110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,111,68); }

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

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

 a { background-color: rgb(136,111,68); }

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

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

 span { border-color: rgb(136,111,68); }

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