#86723E

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

Shades of Shadow #86723E

Tints of Shadow #86723E

Color information

#86723E (or 0x86723E) is unknown color: approx Shadow. HEX triplet: 86, 72 and 3E. RGB value is (134,114,62). Sum of RGB (Red+Green+Blue) = 134+114+62=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86723E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86723E is #798DC1. Grayscale: #727272. Windows color (decimal): -7966146 or 4092550. OLE color: 4092550.

HSL color Cylindrical-coordinate representation of color #86723E: hue angle of 43.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86723E is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB13411462-
CMYK00.150.540.47
HSL43.33º36.73%38.43%-
HSV(B)43.33º53.73%52.55%-
XYZ16.7217.457.04-
YUV114.0598.63142.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 62 (24.61% from 255) = 20%
R=43.23%
G=36.77%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341146200.150.540.4743.3336.7338.43
Hex86723E0F362F2b2526
Octal206162760176657534546
Binary10000110111001011111001111110110101111101011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86723E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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