#87616F

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

Shades of Mauve Taupe #87616F

Tints of Mauve Taupe #87616F

Color information

#87616F (or 0x87616F) is unknown color: approx Mauve Taupe. HEX triplet: 87, 61 and 6F. RGB value is (135,97,111). Sum of RGB (Red+Green+Blue) = 135+97+111=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87616F is #789E90. Grayscale: #6D6D6D. Windows color (decimal): -7904913 or 7299463. OLE color: 7299463.

HSL color Cylindrical-coordinate representation of color #87616F: hue angle of 337.89º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87616F is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13597111-
CMYK00.280.180.47
HSL337.89º16.38%45.49%-
HSV(B)337.89º28.15%52.94%-
XYZ17.1414.8517-
YUV109.96128.59145.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=39.36%
G=28.28%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359711100.280.180.47337.8916.3845.49
Hex87616F01C122F152102d
Octal20714115703422575222055
Binary10000111110000111011110111001001010111110101001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87616F; }

 p { color: rgb(135,97,111); }

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

<style>
 a { background-color: #87616F; }

 a { background-color: rgb(135,97,111); }

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

<style>
 span { border-color: #87616F; }

 span { border-color: rgb(135,97,111); }

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