#87606D

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

Shades of Mauve Taupe #87606D

Tints of Mauve Taupe #87606D

Color information

#87606D (or 0x87606D) is unknown color: approx Mauve Taupe. HEX triplet: 87, 60 and 6D. RGB value is (135,96,109). Sum of RGB (Red+Green+Blue) = 135+96+109=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #87606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87606D is #789F92. Grayscale: #6D6D6D. Windows color (decimal): -7905171 or 7168135. OLE color: 7168135.

HSL color Cylindrical-coordinate representation of color #87606D: hue angle of 340º 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 #87606D is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13596109-
CMYK00.290.190.47
HSL340º16.88%45.29%-
HSV(B)340º28.89%52.94%-
XYZ16.9314.6216.4-
YUV109.14127.92146.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=39.71%
G=28.24%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359610900.290.190.4734016.8845.29
Hex87606D01D132F154112d
Octal20714015503523575242155
Binary10000111110000011011010111011001110111110101010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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