#996878

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

Shades of Mauve Taupe #996878

Tints of Mauve Taupe #996878

Color information

#996878 (or 0x996878) is unknown color: approx Mauve Taupe. HEX triplet: 99, 68 and 78. RGB value is (153,104,120). Sum of RGB (Red+Green+Blue) = 153+104+120=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #996878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996878 is #669787. Grayscale: #787878. Windows color (decimal): -6723464 or 7891097. OLE color: 7891097.

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

Color convert

RGB153104120-
CMYK00.320.220.4
HSL340.41º19.37%50.39%-
HSV(B)340.41º32.03%60%-
XYZ21.4818.0320.12-
YUV120.48127.73151.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=40.58%
G=27.59%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310412000.320.220.4340.4119.3750.39
Hex99687802016281541332
Octal23115017004026505242362
Binary100110011101000111100001000001011010100010101010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996878; }

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

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

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

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

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

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

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

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