#896474

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

Shades of Mauve Taupe #896474

Tints of Mauve Taupe #896474

Color information

#896474 (or 0x896474) is unknown color: approx Mauve Taupe. HEX triplet: 89, 64 and 74. RGB value is (137,100,116). Sum of RGB (Red+Green+Blue) = 137+100+116=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #896474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896474 is #769B8B. Grayscale: #707070. Windows color (decimal): -7773068 or 7627913. OLE color: 7627913.

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

Color convert

RGB137100116-
CMYK00.270.150.46
HSL334.05º15.61%46.47%-
HSV(B)334.05º27.01%53.73%-
XYZ18.0315.6918.6-
YUV112.89129.76145.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 116 (45.70% from 255) = 32.86%
R=38.81%
G=28.33%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710011600.270.150.46334.0515.6146.47
Hex89647401BF2E14e102e
Octal21114416403317565162056
Binary1000100111001001110100011011111110111010100111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896474; }

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

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

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

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

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

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

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

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