#996B7A

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

Shades of Mauve Taupe #996B7A

Tints of Mauve Taupe #996B7A

Color information

#996B7A (or 0x996B7A) is unknown color: approx Mauve Taupe. HEX triplet: 99, 6B and 7A. RGB value is (153,107,122). Sum of RGB (Red+Green+Blue) = 153+107+122=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #996B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B7A is #669485. Grayscale: #7A7A7A. Windows color (decimal): -6722694 or 8022937. OLE color: 8022937.

HSL color Cylindrical-coordinate representation of color #996B7A: hue angle of 340.43º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996B7A is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153107122-
CMYK00.300.200.4
HSL340.43º18.4%50.98%-
HSV(B)340.43º30.07%60%-
XYZ21.9118.6920.87-
YUV122.46127.74149.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 107 (42.19% from 255) = 28.01%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=40.05%
G=28.01%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310712200.300.200.4340.4318.450.98
Hex996B7A01E14281541233
Octal23115317203624505242263
Binary10011001110101111110100111101010010100010101010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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