#886F4E

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

Shades of Shadow #886F4E

Tints of Shadow #886F4E

Color information

#886F4E (or 0x886F4E) is unknown color: approx Shadow. HEX triplet: 88, 6F and 4E. RGB value is (136,111,78). Sum of RGB (Red+Green+Blue) = 136+111+78=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #886F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F4E is #7790B1. Grayscale: #727272. Windows color (decimal): -7835826 or 5140360. OLE color: 5140360.

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

Color convert

RGB13611178-
CMYK00.180.430.47
HSL34.14º27.1%41.96%-
HSV(B)34.14º42.65%53.33%-
XYZ17.2117.159.61-
YUV114.71107.28143.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 78 (30.86% from 255) = 24%
R=41.85%
G=34.15%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361117800.180.430.4734.1427.141.96
Hex886F4E0122B2F221b2a
Octal2101571160225357423352
Binary100010001101111100111001001010101110111110001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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