#896171

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

Shades of Mauve Taupe #896171

Tints of Mauve Taupe #896171

Color information

#896171 (or 0x896171) is unknown color: approx Mauve Taupe. HEX triplet: 89, 61 and 71. RGB value is (137,97,113). Sum of RGB (Red+Green+Blue) = 137+97+113=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #896171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896171 is #769E8E. Grayscale: #6E6E6E. Windows color (decimal): -7773839 or 7430537. OLE color: 7430537.

HSL color Cylindrical-coordinate representation of color #896171: hue angle of 336º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #896171 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13797113-
CMYK00.290.180.46
HSL336º17.09%45.88%-
HSV(B)336º29.2%53.73%-
XYZ17.5715.0617.6-
YUV110.78129.25146.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=39.48%
G=27.95%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379711300.290.180.4633617.0945.88
Hex89617101D122E150112e
Octal21114116103522565202156
Binary10001001110000111100010111011001010111010101000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896171; }

 p { color: rgb(137,97,113); }

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

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

 a { background-color: rgb(137,97,113); }

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

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

 span { border-color: rgb(137,97,113); }

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