#896470

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

Shades of Mauve Taupe #896470

Tints of Mauve Taupe #896470

Color information

#896470 (or 0x896470) is unknown color: approx Mauve Taupe. HEX triplet: 89, 64 and 70. RGB value is (137,100,112). Sum of RGB (Red+Green+Blue) = 137+100+112=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #896470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896470 is #769B8F. Grayscale: #707070. Windows color (decimal): -7773072 or 7365769. OLE color: 7365769.

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

Color convert

RGB137100112-
CMYK00.270.180.46
HSL340.54º15.61%46.47%-
HSV(B)340.54º27.01%53.73%-
XYZ17.815.617.4-
YUV112.43127.76145.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.26%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=39.26%
G=28.65%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710011200.270.180.46340.5415.6146.47
Hex89647001B122E155102e
Octal21114416003322565252056
Binary10001001110010011100000110111001010111010101010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896470; }

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

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

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

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

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

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

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

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