#996979

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

Shades of Mauve Taupe #996979

Tints of Mauve Taupe #996979

Color information

#996979 (or 0x996979) is unknown color: approx Mauve Taupe. HEX triplet: 99, 69 and 79. RGB value is (153,105,121). Sum of RGB (Red+Green+Blue) = 153+105+121=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #996979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996979 is #669686. Grayscale: #797979. Windows color (decimal): -6723207 or 7956889. OLE color: 7956889.

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

Color convert

RGB153105121-
CMYK00.310.210.4
HSL340º19.05%50.59%-
HSV(B)340º31.37%60%-
XYZ21.6418.2620.47-
YUV121.18127.9150.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=40.37%
G=27.70%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310512100.310.210.434019.0550.59
Hex99697901F15281541333
Octal23115117103725505242363
Binary10011001110100111110010111111010110100010101010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996979; }

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

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

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

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

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

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

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

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