#866F40

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

Shades of Shadow #866F40

Tints of Shadow #866F40

Color information

#866F40 (or 0x866F40) is unknown color: approx Shadow. HEX triplet: 86, 6F and 40. RGB value is (134,111,64). Sum of RGB (Red+Green+Blue) = 134+111+64=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #866F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866F40 is #7990BF. Grayscale: #707070. Windows color (decimal): -7966912 or 4222854. OLE color: 4222854.

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

Color convert

RGB13411164-
CMYK00.170.520.47
HSL40.29º35.35%38.82%-
HSV(B)40.29º52.24%52.55%-
XYZ16.4416.817.23-
YUV112.52100.62143.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 64 (25.39% from 255) = 20.71%
R=43.37%
G=35.92%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341116400.170.520.4740.2935.3538.82
Hex866F40011342F282327
Octal2061571000216457504347
Binary1000011011011111000000010001110100101111101000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,111,64); }

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

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

 a { background-color: rgb(134,111,64); }

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

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

 span { border-color: rgb(134,111,64); }

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