#896A75

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

Shades of Mauve Taupe #896A75

Tints of Mauve Taupe #896A75

Color information

#896A75 (or 0x896A75) is unknown color: approx Mauve Taupe. HEX triplet: 89, 6A and 75. RGB value is (137,106,117). Sum of RGB (Red+Green+Blue) = 137+106+117=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #896A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A75 is #76958A. Grayscale: #747474. Windows color (decimal): -7771531 or 7694985. OLE color: 7694985.

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

Color convert

RGB137106117-
CMYK00.230.150.46
HSL338.71º12.76%47.65%-
HSV(B)338.71º22.63%53.73%-
XYZ18.6816.9119.11-
YUV116.52128.27142.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=38.06%
G=29.44%
B=32.5%

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
Decimal13710611700.230.150.46338.7112.7647.65
Hex896A75017F2E153d30
Octal21115216502717565231560
Binary100010011101010111010101011111111011101010100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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