#996978

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

Shades of Mauve Taupe #996978

Tints of Mauve Taupe #996978

Color information

#996978 (or 0x996978) is unknown color: approx Mauve Taupe. HEX triplet: 99, 69 and 78. RGB value is (153,105,120). Sum of RGB (Red+Green+Blue) = 153+105+120=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #996978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996978 is #669687. Grayscale: #797979. Windows color (decimal): -6723208 or 7891353. OLE color: 7891353.

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

Color convert

RGB153105120-
CMYK00.310.220.4
HSL341.25º19.05%50.59%-
HSV(B)341.25º31.37%60%-
XYZ21.5818.2320.15-
YUV121.06127.4150.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=40.48%
G=27.78%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310512000.310.220.4341.2519.0550.59
Hex99697801F16281551333
Octal23115117003726505252363
Binary10011001110100111110000111111011010100010101010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996978; }

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

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

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

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

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

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

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

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