#876163

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

Shades of Mauve Taupe #876163

Tints of Mauve Taupe #876163

Color information

#876163 (or 0x876163) is unknown color: approx Mauve Taupe. HEX triplet: 87, 61 and 63. RGB value is (135,97,99). Sum of RGB (Red+Green+Blue) = 135+97+99=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #876163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876163 is #789E9C. Grayscale: #6C6C6C. Windows color (decimal): -7904925 or 6513031. OLE color: 6513031.

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

Color convert

RGB1359799-
CMYK00.280.270.47
HSL356.84º16.38%45.49%-
HSV(B)356.84º28.15%52.94%-
XYZ16.5214.613.75-
YUV108.59122.59146.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=40.79%
G=29.31%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135979900.280.270.47356.8416.3845.49
Hex87616301C1B2F165102d
Octal20714114303433575452055
Binary10000111110000111000110111001101110111110110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876163; }

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

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

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

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

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

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

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

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