#896871

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

Shades of Mauve Taupe #896871

Tints of Mauve Taupe #896871

Color information

#896871 (or 0x896871) is unknown color: approx Mauve Taupe. HEX triplet: 89, 68 and 71. RGB value is (137,104,113). Sum of RGB (Red+Green+Blue) = 137+104+113=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #896871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896871 is #76978E. Grayscale: #727272. Windows color (decimal): -7772047 or 7432329. OLE color: 7432329.

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

Color convert

RGB137104113-
CMYK00.240.180.46
HSL343.64º13.69%47.25%-
HSV(B)343.64º24.09%53.73%-
XYZ18.2516.4117.83-
YUV114.89126.93143.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.70%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=38.70%
G=29.38%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710411300.240.180.46343.6413.6947.25
Hex896871018122E158e2f
Octal21115016103022565301657
Binary1000100111010001110001011000100101011101010110001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896871; }

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

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

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

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

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

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

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

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