#86713F

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

Shades of Shadow #86713F

Tints of Shadow #86713F

Color information

#86713F (or 0x86713F) is unknown color: approx Shadow. HEX triplet: 86, 71 and 3F. RGB value is (134,113,63). Sum of RGB (Red+Green+Blue) = 134+113+63=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86713F is #798EC0. Grayscale: #717171. Windows color (decimal): -7966401 or 4157830. OLE color: 4157830.

HSL color Cylindrical-coordinate representation of color #86713F: hue angle of 42.25º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86713F is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB13411363-
CMYK00.160.530.47
HSL42.25º36.04%38.63%-
HSV(B)42.25º52.99%52.55%-
XYZ16.6317.247.15-
YUV113.5899.46142.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 63 (25% from 255) = 20.32%
R=43.23%
G=36.45%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341136300.160.530.4742.2536.0438.63
Hex86713F010352F2a2427
Octal206161770206557524447
Binary100001101110001111111010000110101101111101010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86713F; }

 p { color: rgb(134,113,63); }

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

<style>
 a { background-color: #86713F; }

 a { background-color: rgb(134,113,63); }

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

<style>
 span { border-color: #86713F; }

 span { border-color: rgb(134,113,63); }

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