#866E4F

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

Shades of Shadow #866E4F

Tints of Shadow #866E4F

Color information

#866E4F (or 0x866E4F) is unknown color: approx Shadow. HEX triplet: 86, 6E and 4F. RGB value is (134,110,79). Sum of RGB (Red+Green+Blue) = 134+110+79=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #866E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E4F is #7991B0. Grayscale: #717171. Windows color (decimal): -7967153 or 5205638. OLE color: 5205638.

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

Color convert

RGB13411079-
CMYK00.180.410.47
HSL33.82º25.82%41.76%-
HSV(B)33.82º41.04%52.55%-
XYZ16.8216.789.75-
YUV113.64108.45142.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 79 (31.25% from 255) = 24.46%
R=41.49%
G=34.06%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341107900.180.410.4733.8225.8241.76
Hex866E4F012292F221a2a
Octal2061561170225157423252
Binary100001101101110100111101001010100110111110001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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