#87636C

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

Shades of Mauve Taupe #87636C

Tints of Mauve Taupe #87636C

Color information

#87636C (or 0x87636C) is unknown color: approx Mauve Taupe. HEX triplet: 87, 63 and 6C. RGB value is (135,99,108). Sum of RGB (Red+Green+Blue) = 135+99+108=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #87636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87636C is #789C93. Grayscale: #6E6E6E. Windows color (decimal): -7904404 or 7103367. OLE color: 7103367.

HSL color Cylindrical-coordinate representation of color #87636C: hue angle of 345º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87636C is Cyan = 0, Magento = 0.27, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB13599108-
CMYK00.270.20.47
HSL345º15.38%45.88%-
HSV(B)345º26.67%52.94%-
XYZ17.1615.1616.21-
YUV110.79126.43145.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=39.47%
G=28.95%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359910800.270.20.4734515.3845.88
Hex87636C01B142F159f2e
Octal20714315403324575311756
Binary1000011111000111101100011011101001011111010110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87636C; }

 p { color: rgb(135,99,108); }

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

<style>
 a { background-color: #87636C; }

 a { background-color: rgb(135,99,108); }

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

<style>
 span { border-color: #87636C; }

 span { border-color: rgb(135,99,108); }

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