#86774E

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

Shades of Shadow #86774E

Tints of Shadow #86774E

Color information

#86774E (or 0x86774E) is unknown color: approx Shadow. HEX triplet: 86, 77 and 4E. RGB value is (134,119,78). Sum of RGB (Red+Green+Blue) = 134+119+78=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #86774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86774E is #7988B1. Grayscale: #767676. Windows color (decimal): -7964850 or 5142406. OLE color: 5142406.

HSL color Cylindrical-coordinate representation of color #86774E: hue angle of 43.93º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86774E is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13411978-
CMYK00.110.420.47
HSL43.93º26.42%41.57%-
HSV(B)43.93º41.79%52.55%-
XYZ17.818.819.9-
YUV118.81104.97138.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.48%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=40.48%
G=35.95%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341197800.110.420.4743.9326.4241.57
Hex86774E0B2A2F2c1a2a
Octal2061671160135257543252
Binary10000110111011110011100101110101010111110110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,119,78); }

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

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

 a { background-color: rgb(134,119,78); }

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

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

 span { border-color: rgb(134,119,78); }

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