#986076

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

Shades of Mauve Taupe #986076

Tints of Mauve Taupe #986076

Color information

#986076 (or 0x986076) is unknown color: approx Mauve Taupe. HEX triplet: 98, 60 and 76. RGB value is (152,96,118). Sum of RGB (Red+Green+Blue) = 152+96+118=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #986076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986076 is #679F89. Grayscale: #737373. Windows color (decimal): -6791050 or 7757976. OLE color: 7757976.

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

Color convert

RGB15296118-
CMYK00.370.220.40
HSL336.43º22.58%48.63%-
HSV(B)336.43º36.84%59.61%-
XYZ20.416.3519.22-
YUV115.25129.55154.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=41.53%
G=26.23%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529611800.370.220.40336.4322.5848.63
Hex98607602516281501731
Octal23014016604526505202761
Binary100110001100000111011001001011011010100010101000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986076; }

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

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

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

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

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

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

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

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