#866D41

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

Shades of Shadow #866D41

Tints of Shadow #866D41

Color information

#866D41 (or 0x866D41) is unknown color: approx Shadow. HEX triplet: 86, 6D and 41. RGB value is (134,109,65). Sum of RGB (Red+Green+Blue) = 134+109+65=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #866D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D41 is #7992BE. Grayscale: #6F6F6F. Windows color (decimal): -7967423 or 4287878. OLE color: 4287878.

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

Color convert

RGB13410965-
CMYK00.190.510.47
HSL38.26º34.67%39.02%-
HSV(B)38.26º51.49%52.55%-
XYZ16.2516.397.31-
YUV111.46101.78144.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 65 (25.78% from 255) = 21.10%
R=43.51%
G=35.39%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341096500.190.510.4738.2634.6739.02
Hex866D41013332F262327
Octal2061551010236357464347
Binary1000011011011011000001010011110011101111100110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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