#86724D

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

Shades of Shadow #86724D

Tints of Shadow #86724D

Color information

#86724D (or 0x86724D) is unknown color: approx Shadow. HEX triplet: 86, 72 and 4D. RGB value is (134,114,77). Sum of RGB (Red+Green+Blue) = 134+114+77=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #86724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86724D is #798DB2. Grayscale: #737373. Windows color (decimal): -7966131 or 5075590. OLE color: 5075590.

HSL color Cylindrical-coordinate representation of color #86724D: hue angle of 38.95º 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 #86724D is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13411477-
CMYK00.150.430.47
HSL38.95º27.01%41.37%-
HSV(B)38.95º42.54%52.55%-
XYZ17.1917.649.52-
YUV115.76106.13141.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=41.23%
G=35.08%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341147700.150.430.4738.9527.0141.37
Hex86724D0F2B2F271b29
Octal2061621150175357473351
Binary10000110111001010011010111110101110111110011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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