#896173

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

Shades of Mauve Taupe #896173

Tints of Mauve Taupe #896173

Color information

#896173 (or 0x896173) is unknown color: approx Mauve Taupe. HEX triplet: 89, 61 and 73. RGB value is (137,97,115). Sum of RGB (Red+Green+Blue) = 137+97+115=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #896173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896173 is #769E8C. Grayscale: #6E6E6E. Windows color (decimal): -7773837 or 7561609. OLE color: 7561609.

HSL color Cylindrical-coordinate representation of color #896173: hue angle of 333º 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 #896173 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB13797115-
CMYK00.290.160.46
HSL333º17.09%45.88%-
HSV(B)333º29.2%53.73%-
XYZ17.6915.1118.2-
YUV111.01130.25146.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.26%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=39.26%
G=27.79%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379711500.290.160.4633317.0945.88
Hex89617301D102E14d112e
Octal21114116303520565152156
Binary10001001110000111100110111011000010111010100110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896173; }

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

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

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

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

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

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

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

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