#87694C

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

Shades of Shadow #87694C

Tints of Shadow #87694C

Color information

#87694C (or 0x87694C) is unknown color: approx Shadow. HEX triplet: 87, 69 and 4C. RGB value is (135,105,76). Sum of RGB (Red+Green+Blue) = 135+105+76=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #87694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87694C is #7896B3. Grayscale: #6E6E6E. Windows color (decimal): -7902900 or 5007751. OLE color: 5007751.

HSL color Cylindrical-coordinate representation of color #87694C: hue angle of 29.49º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87694C is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13510576-
CMYK00.220.440.47
HSL29.49º27.96%41.37%-
HSV(B)29.49º43.7%52.94%-
XYZ16.3515.789.02-
YUV110.66108.44145.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.72%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 76 (30.08% from 255) = 24.05%
R=42.72%
G=33.23%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351057600.220.440.4729.4927.9641.37
Hex87694C0162C2F1d1c29
Octal2071511140265457353451
Binary10000111110100110011000101101011001011111110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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