#86714D

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

Shades of Shadow #86714D

Tints of Shadow #86714D

Color information

#86714D (or 0x86714D) is unknown color: approx Shadow. HEX triplet: 86, 71 and 4D. RGB value is (134,113,77). Sum of RGB (Red+Green+Blue) = 134+113+77=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #86714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86714D is #798EB2. Grayscale: #737373. Windows color (decimal): -7966387 or 5075334. OLE color: 5075334.

HSL color Cylindrical-coordinate representation of color #86714D: hue angle of 37.89º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86714D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13411377-
CMYK00.160.430.47
HSL37.89º27.01%41.37%-
HSV(B)37.89º42.54%52.55%-
XYZ17.0817.419.48-
YUV115.18106.46141.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.36%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=41.36%
G=34.88%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341137700.160.430.4737.8927.0141.37
Hex86714D0102B2F261b29
Octal2061611150205357463351
Binary100001101110001100110101000010101110111110011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86714D; }

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

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

<style>
 a { background-color: #86714D; }

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

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

<style>
 span { border-color: #86714D; }

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

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