#996A7A

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

Shades of Mauve Taupe #996A7A

Tints of Mauve Taupe #996A7A

Color information

#996A7A (or 0x996A7A) is unknown color: approx Mauve Taupe. HEX triplet: 99, 6A and 7A. RGB value is (153,106,122). Sum of RGB (Red+Green+Blue) = 153+106+122=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #996A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A7A is #669585. Grayscale: #797979. Windows color (decimal): -6722950 or 8022681. OLE color: 8022681.

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

Color convert

RGB153106122-
CMYK00.310.200.4
HSL339.57º18.73%50.78%-
HSV(B)339.57º30.72%60%-
XYZ21.818.4920.83-
YUV121.88128.07150.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=40.16%
G=27.82%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310612200.310.200.4339.5718.7350.78
Hex996A7A01F14281541333
Octal23115217203724505242363
Binary10011001110101011110100111111010010100010101010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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