#87616B

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

Shades of Mauve Taupe #87616B

Tints of Mauve Taupe #87616B

Color information

#87616B (or 0x87616B) is unknown color: approx Mauve Taupe. HEX triplet: 87, 61 and 6B. RGB value is (135,97,107). Sum of RGB (Red+Green+Blue) = 135+97+107=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #87616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87616B is #789E94. Grayscale: #6D6D6D. Windows color (decimal): -7904917 or 7037319. OLE color: 7037319.

HSL color Cylindrical-coordinate representation of color #87616B: hue angle of 344.21º 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 #87616B is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13597107-
CMYK00.280.210.47
HSL344.21º16.38%45.49%-
HSV(B)344.21º28.15%52.94%-
XYZ16.9214.7615.87-
YUV109.5126.59146.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=39.82%
G=28.61%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359710700.280.210.47344.2116.3845.49
Hex87616B01C152F158102d
Octal20714115303425575302055
Binary10000111110000111010110111001010110111110101100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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