#996976

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

Shades of Mauve Taupe #996976

Tints of Mauve Taupe #996976

Color information

#996976 (or 0x996976) is unknown color: approx Mauve Taupe. HEX triplet: 99, 69 and 76. RGB value is (153,105,118). Sum of RGB (Red+Green+Blue) = 153+105+118=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #996976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996976 is #669689. Grayscale: #787878. Windows color (decimal): -6723210 or 7760281. OLE color: 7760281.

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

Color convert

RGB153105118-
CMYK00.310.230.4
HSL343.75º19.05%50.59%-
HSV(B)343.75º31.37%60%-
XYZ21.4618.1819.52-
YUV120.83126.4150.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=40.69%
G=27.93%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310511800.310.230.4343.7519.0550.59
Hex99697601F17281581333
Octal23115116603727505302363
Binary10011001110100111101100111111011110100010101100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996976; }

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

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

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

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

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

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

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

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