#866E47

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

Shades of Shadow #866E47

Tints of Shadow #866E47

Color information

#866E47 (or 0x866E47) is unknown color: approx Shadow. HEX triplet: 86, 6E and 47. RGB value is (134,110,71). Sum of RGB (Red+Green+Blue) = 134+110+71=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #866E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866E47 is #7991B8. Grayscale: #707070. Windows color (decimal): -7967161 or 4681350. OLE color: 4681350.

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

Color convert

RGB13411071-
CMYK00.180.470.47
HSL37.14º30.73%40.2%-
HSV(B)37.14º47.01%52.55%-
XYZ16.5416.688.31-
YUV112.73104.45143.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=42.54%
G=34.92%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341107100.180.470.4737.1430.7340.2
Hex866E470122F2F251f28
Octal2061561070225757453750
Binary100001101101110100011101001010111110111110010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866E47; }

 p { color: rgb(134,110,71); }

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

<style>
 a { background-color: #866E47; }

 a { background-color: rgb(134,110,71); }

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

<style>
 span { border-color: #866E47; }

 span { border-color: rgb(134,110,71); }

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