#896071

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

Shades of Mauve Taupe #896071

Tints of Mauve Taupe #896071

Color information

#896071 (or 0x896071) is unknown color: approx Mauve Taupe. HEX triplet: 89, 60 and 71. RGB value is (137,96,113). Sum of RGB (Red+Green+Blue) = 137+96+113=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #896071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896071 is #769F8E. Grayscale: #6E6E6E. Windows color (decimal): -7774095 or 7430281. OLE color: 7430281.

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

Color convert

RGB13796113-
CMYK00.300.180.46
HSL335.12º17.6%45.69%-
HSV(B)335.12º29.93%53.73%-
XYZ17.4814.8817.57-
YUV110.2129.58147.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=39.60%
G=27.75%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379611300.300.180.46335.1217.645.69
Hex89607101E122E14f122e
Octal21114016103622565172256
Binary10001001110000011100010111101001010111010100111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896071; }

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

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

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

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

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

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

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

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