#896873

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

Shades of Mauve Taupe #896873

Tints of Mauve Taupe #896873

Color information

#896873 (or 0x896873) is unknown color: approx Mauve Taupe. HEX triplet: 89, 68 and 73. RGB value is (137,104,115). Sum of RGB (Red+Green+Blue) = 137+104+115=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #896873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896873 is #76978C. Grayscale: #737373. Windows color (decimal): -7772045 or 7563401. OLE color: 7563401.

HSL color Cylindrical-coordinate representation of color #896873: hue angle of 340º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #896873 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB137104115-
CMYK00.240.160.46
HSL340º13.69%47.25%-
HSV(B)340º24.09%53.73%-
XYZ18.3616.4618.43-
YUV115.12127.93143.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=38.48%
G=29.21%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710411500.240.160.4634013.6947.25
Hex896873018102E154e2f
Octal21115016303020565241657
Binary1000100111010001110011011000100001011101010101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896873; }

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

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

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

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

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

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

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

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