#87606B

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

Shades of Mauve Taupe #87606B

Tints of Mauve Taupe #87606B

Color information

#87606B (or 0x87606B) is unknown color: approx Mauve Taupe. HEX triplet: 87, 60 and 6B. RGB value is (135,96,107). Sum of RGB (Red+Green+Blue) = 135+96+107=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #87606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87606B is #789F94. Grayscale: #6C6C6C. Windows color (decimal): -7905173 or 7037063. OLE color: 7037063.

HSL color Cylindrical-coordinate representation of color #87606B: hue angle of 343.08º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87606B is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13596107-
CMYK00.290.210.47
HSL343.08º16.88%45.29%-
HSV(B)343.08º28.89%52.94%-
XYZ16.8314.5815.84-
YUV108.92126.92146.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=39.94%
G=28.40%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359610700.290.210.47343.0816.8845.29
Hex87606B01D152F157112d
Octal20714015303525575272155
Binary10000111110000011010110111011010110111110101011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,96,107); }

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

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

 a { background-color: rgb(135,96,107); }

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

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

 span { border-color: rgb(135,96,107); }

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