#87694B

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

Shades of Shadow #87694B

Tints of Shadow #87694B

Color information

#87694B (or 0x87694B) is unknown color: approx Shadow. HEX triplet: 87, 69 and 4B. RGB value is (135,105,75). Sum of RGB (Red+Green+Blue) = 135+105+75=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #87694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87694B is #7896B4. Grayscale: #6E6E6E. Windows color (decimal): -7902901 or 4942215. OLE color: 4942215.

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

Color convert

RGB13510575-
CMYK00.220.440.47
HSL30º28.57%41.18%-
HSV(B)30º44.44%52.94%-
XYZ16.3115.768.84-
YUV110.55107.94145.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=42.86%
G=33.33%
B=23.81%

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
Decimal1351057500.220.440.473028.5741.18
Hex87694B0162C2F1e1d29
Octal2071511130265457363551
Binary10000111110100110010110101101011001011111111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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