#985975

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

Shades of Mauve Taupe #985975

Tints of Mauve Taupe #985975

Color information

#985975 (or 0x985975) is unknown color: approx Mauve Taupe. HEX triplet: 98, 59 and 75. RGB value is (152,89,117). Sum of RGB (Red+Green+Blue) = 152+89+117=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #985975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985975 is #67A68A. Grayscale: #6E6E6E. Windows color (decimal): -6792843 or 7690648. OLE color: 7690648.

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

Color convert

RGB15289117-
CMYK00.410.230.40
HSL333.33º26.14%47.25%-
HSV(B)333.33º41.45%59.61%-
XYZ19.7315.118.71-
YUV111.03131.37157.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=42.46%
G=24.86%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528911700.410.230.40333.3326.1447.25
Hex985975029172814d1a2f
Octal23013116505127505153257
Binary100110001011001111010101010011011110100010100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985975; }

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

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

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

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

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

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

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

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