#98576F

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

Shades of Mauve Taupe #98576F

Tints of Mauve Taupe #98576F

Color information

#98576F (or 0x98576F) is unknown color: approx Mauve Taupe. HEX triplet: 98, 57 and 6F. RGB value is (152,87,111). Sum of RGB (Red+Green+Blue) = 152+87+111=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #98576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98576F is #67A890. Grayscale: #6D6D6D. Windows color (decimal): -6793361 or 7296920. OLE color: 7296920.

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

Color convert

RGB15287111-
CMYK00.430.270.40
HSL337.85º27.2%46.86%-
HSV(B)337.85º42.76%59.61%-
XYZ19.2314.6416.85-
YUV109.17129.03158.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.43%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=43.43%
G=24.86%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528711100.430.270.40337.8527.246.86
Hex98576F02B1B281521b2f
Octal23012715705333505223357
Binary100110001010111110111101010111101110100010101001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98576F; }

 p { color: rgb(152,87,111); }

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

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

 a { background-color: rgb(152,87,111); }

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

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

 span { border-color: rgb(152,87,111); }

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