#986170

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

Shades of Mauve Taupe #986170

Tints of Mauve Taupe #986170

Color information

#986170 (or 0x986170) is unknown color: approx Mauve Taupe. HEX triplet: 98, 61 and 70. RGB value is (152,97,112). Sum of RGB (Red+Green+Blue) = 152+97+112=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #986170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986170 is #679E8F. Grayscale: #737373. Windows color (decimal): -6790800 or 7365016. OLE color: 7365016.

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

Color convert

RGB15297112-
CMYK00.360.260.40
HSL343.64º22.09%48.82%-
HSV(B)343.64º36.18%59.61%-
XYZ20.1516.3917.43-
YUV115.16126.22154.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=42.11%
G=26.87%
B=31.02%

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
Decimal1529711200.360.260.40343.6422.0948.82
Hex9861700241A281581631
Octal23014116004432505302661
Binary100110001100001111000001001001101010100010101100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986170; }

 p { color: rgb(152,97,112); }

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

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

 a { background-color: rgb(152,97,112); }

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

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

 span { border-color: rgb(152,97,112); }

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