#985972

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

Shades of Mauve Taupe #985972

Tints of Mauve Taupe #985972

Color information

#985972 (or 0x985972) is unknown color: approx Mauve Taupe. HEX triplet: 98, 59 and 72. RGB value is (152,89,114). Sum of RGB (Red+Green+Blue) = 152+89+114=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #985972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985972 is #67A68D. Grayscale: #6E6E6E. Windows color (decimal): -6792846 or 7494040. OLE color: 7494040.

HSL color Cylindrical-coordinate representation of color #985972: hue angle of 336.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985972 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB15289114-
CMYK00.410.250.40
HSL336.19º26.14%47.25%-
HSV(B)336.19º41.45%59.61%-
XYZ19.5615.0417.79-
YUV110.69129.87157.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 114 (44.92% from 255) = 32.11%
R=42.82%
G=25.07%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528911400.410.250.40336.1926.1447.25
Hex98597202919281501a2f
Octal23013116205131505203257
Binary100110001011001111001001010011100110100010101000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985972; }

 p { color: rgb(152,89,114); }

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

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

 a { background-color: rgb(152,89,114); }

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

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

 span { border-color: rgb(152,89,114); }

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