#896468

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

Shades of Mauve Taupe #896468

Tints of Mauve Taupe #896468

Color information

#896468 (or 0x896468) is unknown color: approx Mauve Taupe. HEX triplet: 89, 64 and 68. RGB value is (137,100,104). Sum of RGB (Red+Green+Blue) = 137+100+104=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #896468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896468 is #769B97. Grayscale: #6F6F6F. Windows color (decimal): -7773080 or 6841481. OLE color: 6841481.

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

Color convert

RGB137100104-
CMYK00.270.240.46
HSL353.51º15.61%46.47%-
HSV(B)353.51º27.01%53.73%-
XYZ17.3715.4315.16-
YUV111.52123.76146.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=40.18%
G=29.33%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710010400.270.240.46353.5115.6146.47
Hex89646801B182E162102e
Octal21114415003330565422056
Binary10001001110010011010000110111100010111010110001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896468; }

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

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

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

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

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

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

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

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