#896975

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

Shades of Mauve Taupe #896975

Tints of Mauve Taupe #896975

Color information

#896975 (or 0x896975) is unknown color: approx Mauve Taupe. HEX triplet: 89, 69 and 75. RGB value is (137,105,117). Sum of RGB (Red+Green+Blue) = 137+105+117=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #896975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896975 is #76968A. Grayscale: #737373. Windows color (decimal): -7771787 or 7694729. OLE color: 7694729.

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

Color convert

RGB137105117-
CMYK00.230.150.46
HSL337.5º13.22%47.45%-
HSV(B)337.5º23.36%53.73%-
XYZ18.5816.7119.07-
YUV115.94128.6143.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=38.16%
G=29.25%
B=32.59%

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
Decimal13710511700.230.150.46337.513.2247.45
Hex896975017F2E152d2f
Octal21115116502717565221557
Binary100010011101001111010101011111111011101010100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896975; }

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

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

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

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

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

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

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

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