#896875

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

Shades of Mauve Taupe #896875

Tints of Mauve Taupe #896875

Color information

#896875 (or 0x896875) is unknown color: approx Mauve Taupe. HEX triplet: 89, 68 and 75. RGB value is (137,104,117). Sum of RGB (Red+Green+Blue) = 137+104+117=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #896875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896875 is #76978A. Grayscale: #737373. Windows color (decimal): -7772043 or 7694473. OLE color: 7694473.

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

Color convert

RGB137104117-
CMYK00.240.150.46
HSL336.36º13.69%47.25%-
HSV(B)336.36º24.09%53.73%-
XYZ18.4816.519.04-
YUV115.35128.93143.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=38.27%
G=29.05%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710411700.240.150.46336.3613.6947.25
Hex896875018F2E150e2f
Octal21115016503017565201657
Binary100010011101000111010101100011111011101010100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896875; }

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

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

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

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

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

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

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

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