#866D4E

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

Shades of Shadow #866D4E

Tints of Shadow #866D4E

Color information

#866D4E (or 0x866D4E) is unknown color: approx Shadow. HEX triplet: 86, 6D and 4E. RGB value is (134,109,78). Sum of RGB (Red+Green+Blue) = 134+109+78=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #866D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D4E is #7992B1. Grayscale: #717171. Windows color (decimal): -7967410 or 5139846. OLE color: 5139846.

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

Color convert

RGB13410978-
CMYK00.190.420.47
HSL33.21º26.42%41.57%-
HSV(B)33.21º41.79%52.55%-
XYZ16.6816.569.52-
YUV112.94108.28143.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.74%
GREEN value IS 109 (42.97% from 255) = 33.96%
BLUE value IS 78 (30.86% from 255) = 24.30%
R=41.74%
G=33.96%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341097800.190.420.4733.2126.4241.57
Hex866D4E0132A2F211a2a
Octal2061551160235257413252
Binary100001101101101100111001001110101010111110000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,109,78); }

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

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

 a { background-color: rgb(134,109,78); }

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

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

 span { border-color: rgb(134,109,78); }

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