#896174

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

Shades of Mauve Taupe #896174

Tints of Mauve Taupe #896174

Color information

#896174 (or 0x896174) is unknown color: approx Mauve Taupe. HEX triplet: 89, 61 and 74. RGB value is (137,97,116). Sum of RGB (Red+Green+Blue) = 137+97+116=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #896174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896174 is #769E8B. Grayscale: #6F6F6F. Windows color (decimal): -7773836 or 7627145. OLE color: 7627145.

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

Color convert

RGB13797116-
CMYK00.290.150.46
HSL331.5º17.09%45.88%-
HSV(B)331.5º29.2%53.73%-
XYZ17.7415.1318.51-
YUV111.13130.75146.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=39.14%
G=27.71%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379711600.290.150.46331.517.0945.88
Hex89617401DF2E14c112e
Octal21114116403517565142156
Binary1000100111000011110100011101111110111010100110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896174; }

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

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

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

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

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

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

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

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