#896972

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

Shades of Mauve Taupe #896972

Tints of Mauve Taupe #896972

Color information

#896972 (or 0x896972) is unknown color: approx Mauve Taupe. HEX triplet: 89, 69 and 72. RGB value is (137,105,114). Sum of RGB (Red+Green+Blue) = 137+105+114=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #896972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896972 is #76968D. Grayscale: #737373. Windows color (decimal): -7771790 or 7498121. OLE color: 7498121.

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

Color convert

RGB137105114-
CMYK00.230.170.46
HSL343.12º13.22%47.45%-
HSV(B)343.12º23.36%53.73%-
XYZ18.4116.6418.16-
YUV115.59127.1143.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=38.48%
G=29.49%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710511400.230.170.46343.1213.2247.45
Hex896972017112E157d2f
Octal21115116202721565271557
Binary1000100111010011110010010111100011011101010101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896972; }

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

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

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

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

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

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

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

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