#87694D

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

Shades of Shadow #87694D

Tints of Shadow #87694D

Color information

#87694D (or 0x87694D) is unknown color: approx Shadow. HEX triplet: 87, 69 and 4D. RGB value is (135,105,77). Sum of RGB (Red+Green+Blue) = 135+105+77=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #87694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87694D is #7896B2. Grayscale: #6E6E6E. Windows color (decimal): -7902899 or 5073287. OLE color: 5073287.

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

Color convert

RGB13510577-
CMYK00.220.430.47
HSL28.97º27.36%41.57%-
HSV(B)28.97º42.96%52.94%-
XYZ16.3815.799.21-
YUV110.78108.94145.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=42.59%
G=33.12%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351057700.220.430.4728.9727.3641.57
Hex87694D0162B2F1d1b2a
Octal2071511150265357353352
Binary10000111110100110011010101101010111011111110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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