#986979

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

Shades of Mauve Taupe #986979

Tints of Mauve Taupe #986979

Color information

#986979 (or 0x986979) is unknown color: approx Mauve Taupe. HEX triplet: 98, 69 and 79. RGB value is (152,105,121). Sum of RGB (Red+Green+Blue) = 152+105+121=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #986979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986979 is #679686. Grayscale: #787878. Windows color (decimal): -6788743 or 7956888. OLE color: 7956888.

HSL color Cylindrical-coordinate representation of color #986979: hue angle of 339.57º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #986979 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB152105121-
CMYK00.310.200.40
HSL339.57º18.58%50.39%-
HSV(B)339.57º30.92%59.61%-
XYZ21.4518.1620.46-
YUV120.88128.07150.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=40.21%
G=27.78%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210512100.310.200.40339.5718.5850.39
Hex98697901F14281541332
Octal23015117103724505242362
Binary10011000110100111110010111111010010100010101010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986979; }

 p { color: rgb(152,105,121); }

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

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

 a { background-color: rgb(152,105,121); }

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

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

 span { border-color: rgb(152,105,121); }

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