#86764A

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

Shades of Shadow #86764A

Tints of Shadow #86764A

Color information

#86764A (or 0x86764A) is unknown color: approx Shadow. HEX triplet: 86, 76 and 4A. RGB value is (134,118,74). Sum of RGB (Red+Green+Blue) = 134+118+74=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #86764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86764A is #7989B5. Grayscale: #757575. Windows color (decimal): -7965110 or 4880006. OLE color: 4880006.

HSL color Cylindrical-coordinate representation of color #86764A: hue angle of 44º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86764A is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13411874-
CMYK00.120.450.47
HSL44º28.85%40.78%-
HSV(B)44º44.78%52.55%-
XYZ17.5518.529.13-
YUV117.77103.3139.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=41.10%
G=36.20%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341187400.120.450.474428.8540.78
Hex86764A0C2D2F2c1d29
Octal2061661120145557543551
Binary10000110111011010010100110010110110111110110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86764A; }

 p { color: rgb(134,118,74); }

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

<style>
 a { background-color: #86764A; }

 a { background-color: rgb(134,118,74); }

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

<style>
 span { border-color: #86764A; }

 span { border-color: rgb(134,118,74); }

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