#996A76

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

Shades of Mauve Taupe #996A76

Tints of Mauve Taupe #996A76

Color information

#996A76 (or 0x996A76) is unknown color: approx Mauve Taupe. HEX triplet: 99, 6A and 76. RGB value is (153,106,118). Sum of RGB (Red+Green+Blue) = 153+106+118=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #996A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A76 is #669589. Grayscale: #797979. Windows color (decimal): -6722954 or 7760537. OLE color: 7760537.

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

Color convert

RGB153106118-
CMYK00.310.230.4
HSL344.68º18.73%50.78%-
HSV(B)344.68º30.72%60%-
XYZ21.5618.3919.55-
YUV121.42126.07150.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 106 (41.80% from 255) = 28.12%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=40.58%
G=28.12%
B=31.30%

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
Decimal15310611800.310.230.4344.6818.7350.78
Hex996A7601F17281591333
Octal23115216603727505312363
Binary10011001110101011101100111111011110100010101100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996A76; }

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

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

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

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

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

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

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

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