#896A73

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

Shades of Mauve Taupe #896A73

Tints of Mauve Taupe #896A73

Color information

#896A73 (or 0x896A73) is unknown color: approx Mauve Taupe. HEX triplet: 89, 6A and 73. RGB value is (137,106,115). Sum of RGB (Red+Green+Blue) = 137+106+115=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #896A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A73 is #76958C. Grayscale: #747474. Windows color (decimal): -7771533 or 7563913. OLE color: 7563913.

HSL color Cylindrical-coordinate representation of color #896A73: hue angle of 342.58º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #896A73 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB137106115-
CMYK00.230.160.46
HSL342.58º12.76%47.65%-
HSV(B)342.58º22.63%53.73%-
XYZ18.5716.8618.5-
YUV116.3127.27142.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 106 (41.80% from 255) = 29.61%
BLUE value IS 115 (45.31% from 255) = 32.12%
R=38.27%
G=29.61%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710611500.230.160.46342.5812.7647.65
Hex896A73017102E157d30
Octal21115216302720565271560
Binary1000100111010101110011010111100001011101010101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896A73; }

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

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

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

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

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

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

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

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