#866D48

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

Shades of Shadow #866D48

Tints of Shadow #866D48

Color information

#866D48 (or 0x866D48) is unknown color: approx Shadow. HEX triplet: 86, 6D and 48. RGB value is (134,109,72). Sum of RGB (Red+Green+Blue) = 134+109+72=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #866D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D48 is #7992B7. Grayscale: #707070. Windows color (decimal): -7967416 or 4746630. OLE color: 4746630.

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

Color convert

RGB13410972-
CMYK00.190.460.47
HSL35.81º30.1%40.39%-
HSV(B)35.81º46.27%52.55%-
XYZ16.4716.478.44-
YUV112.26105.28143.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=42.54%
G=34.60%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341097200.190.460.4735.8130.140.39
Hex866D480132E2F241e28
Octal2061551100235657443650
Binary100001101101101100100001001110111010111110010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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