#87694A

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

Shades of Shadow #87694A

Tints of Shadow #87694A

Color information

#87694A (or 0x87694A) is unknown color: approx Shadow. HEX triplet: 87, 69 and 4A. RGB value is (135,105,74). Sum of RGB (Red+Green+Blue) = 135+105+74=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #87694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87694A is #7896B5. Grayscale: #6E6E6E. Windows color (decimal): -7902902 or 4876679. OLE color: 4876679.

HSL color Cylindrical-coordinate representation of color #87694A: hue angle of 30.49º 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 #87694A is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13510574-
CMYK00.220.450.47
HSL30.49º29.19%40.98%-
HSV(B)30.49º45.19%52.94%-
XYZ16.2815.758.66-
YUV110.44107.44145.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=42.99%
G=33.44%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351057400.220.450.4730.4929.1940.98
Hex87694A0162D2F1e1d29
Octal2071511120265557363551
Binary10000111110100110010100101101011011011111111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,105,74); }

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

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

 a { background-color: rgb(135,105,74); }

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

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

 span { border-color: rgb(135,105,74); }

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