#986073

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

Shades of Mauve Taupe #986073

Tints of Mauve Taupe #986073

Color information

#986073 (or 0x986073) is unknown color: approx Mauve Taupe. HEX triplet: 98, 60 and 73. RGB value is (152,96,115). Sum of RGB (Red+Green+Blue) = 152+96+115=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #986073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986073 is #679F8C. Grayscale: #727272. Windows color (decimal): -6791053 or 7561368. OLE color: 7561368.

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

Color convert

RGB15296115-
CMYK00.370.240.40
HSL339.64º22.58%48.63%-
HSV(B)339.64º36.84%59.61%-
XYZ20.2316.2818.3-
YUV114.91128.05154.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=41.87%
G=26.45%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529611500.370.240.40339.6422.5848.63
Hex98607302518281541731
Octal23014016304530505242761
Binary100110001100000111001101001011100010100010101010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986073; }

 p { color: rgb(152,96,115); }

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

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

 a { background-color: rgb(152,96,115); }

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

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

 span { border-color: rgb(152,96,115); }

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