#996879

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

Shades of Mauve Taupe #996879

Tints of Mauve Taupe #996879

Color information

#996879 (or 0x996879) is unknown color: approx Mauve Taupe. HEX triplet: 99, 68 and 79. RGB value is (153,104,121). Sum of RGB (Red+Green+Blue) = 153+104+121=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #996879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996879 is #669786. Grayscale: #787878. Windows color (decimal): -6723463 or 7956633. OLE color: 7956633.

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

Color convert

RGB153104121-
CMYK00.320.210.4
HSL339.18º19.37%50.39%-
HSV(B)339.18º32.03%60%-
XYZ21.5418.0520.44-
YUV120.59128.23151.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=40.48%
G=27.51%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310412100.320.210.4339.1819.3750.39
Hex99687902015281531332
Octal23115017104025505232362
Binary100110011101000111100101000001010110100010101001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996879; }

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

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

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

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

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

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

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

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