#896469

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

Shades of Mauve Taupe #896469

Tints of Mauve Taupe #896469

Color information

#896469 (or 0x896469) is unknown color: approx Mauve Taupe. HEX triplet: 89, 64 and 69. RGB value is (137,100,105). Sum of RGB (Red+Green+Blue) = 137+100+105=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #896469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896469 is #769B96. Grayscale: #6F6F6F. Windows color (decimal): -7773079 or 6907017. OLE color: 6907017.

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

Color convert

RGB137100105-
CMYK00.270.230.46
HSL351.89º15.61%46.47%-
HSV(B)351.89º27.01%53.73%-
XYZ17.4215.4515.43-
YUV111.63124.26146.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=40.06%
G=29.24%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710010500.270.230.46351.8915.6146.47
Hex89646901B172E160102e
Octal21114415103327565402056
Binary10001001110010011010010110111011110111010110000010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896469; }

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

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

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

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

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

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

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

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