#896A74

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

Shades of Mauve Taupe #896A74

Tints of Mauve Taupe #896A74

Color information

#896A74 (or 0x896A74) is unknown color: approx Mauve Taupe. HEX triplet: 89, 6A and 74. RGB value is (137,106,116). Sum of RGB (Red+Green+Blue) = 137+106+116=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #896A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A74 is #76958B. Grayscale: #747474. Windows color (decimal): -7771532 or 7629449. OLE color: 7629449.

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

Color convert

RGB137106116-
CMYK00.230.150.46
HSL340.65º12.76%47.65%-
HSV(B)340.65º22.63%53.73%-
XYZ18.6216.8918.8-
YUV116.41127.77142.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=38.16%
G=29.53%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710611600.230.150.46340.6512.7647.65
Hex896A74017F2E155d30
Octal21115216402717565251560
Binary100010011101010111010001011111111011101010101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896A74; }

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

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

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

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

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

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

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

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