#886F41

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

Shades of Shadow #886F41

Tints of Shadow #886F41

Color information

#886F41 (or 0x886F41) is unknown color: approx Shadow. HEX triplet: 88, 6F and 41. RGB value is (136,111,65). Sum of RGB (Red+Green+Blue) = 136+111+65=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #886F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F41 is #7790BE. Grayscale: #717171. Windows color (decimal): -7835839 or 4288392. OLE color: 4288392.

HSL color Cylindrical-coordinate representation of color #886F41: hue angle of 38.87º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #886F41 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB13611165-
CMYK00.180.520.47
HSL38.87º35.32%39.41%-
HSV(B)38.87º52.21%53.33%-
XYZ16.7916.987.39-
YUV113.23100.78144.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 65 (25.78% from 255) = 20.83%
R=43.59%
G=35.58%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361116500.180.520.4738.8735.3239.41
Hex886F41012342F272327
Octal2101571010226457474347
Binary1000100011011111000001010010110100101111100111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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