#86723F

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

Shades of Shadow #86723F

Tints of Shadow #86723F

Color information

#86723F (or 0x86723F) is unknown color: approx Shadow. HEX triplet: 86, 72 and 3F. RGB value is (134,114,63). Sum of RGB (Red+Green+Blue) = 134+114+63=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #86723F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86723F is #798DC0. Grayscale: #727272. Windows color (decimal): -7966145 or 4158086. OLE color: 4158086.

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

Color convert

RGB13411463-
CMYK00.150.530.47
HSL43.1º36.04%38.63%-
HSV(B)43.1º52.99%52.55%-
XYZ16.7517.467.19-
YUV114.1799.13142.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 63 (25% from 255) = 20.26%
R=43.09%
G=36.66%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341146300.150.530.4743.136.0438.63
Hex86723F0F352F2b2427
Octal206162770176557534447
Binary10000110111001011111101111110101101111101011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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