#986271

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

Shades of Mauve Taupe #986271

Tints of Mauve Taupe #986271

Color information

#986271 (or 0x986271) is unknown color: approx Mauve Taupe. HEX triplet: 98, 62 and 71. RGB value is (152,98,113). Sum of RGB (Red+Green+Blue) = 152+98+113=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #986271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986271 is #679D8E. Grayscale: #737373. Windows color (decimal): -6790543 or 7430808. OLE color: 7430808.

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

Color convert

RGB15298113-
CMYK00.360.260.40
HSL343.33º21.6%49.02%-
HSV(B)343.33º35.53%59.61%-
XYZ20.316.617.76-
YUV115.86126.39153.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=41.87%
G=27.00%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529811300.360.260.40343.3321.649.02
Hex9862710241A281571631
Octal23014216104432505272661
Binary100110001100010111000101001001101010100010101011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986271; }

 p { color: rgb(152,98,113); }

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

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

 a { background-color: rgb(152,98,113); }

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

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

 span { border-color: rgb(152,98,113); }

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