#996373

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

Shades of Mauve Taupe #996373

Tints of Mauve Taupe #996373

Color information

#996373 (or 0x996373) is unknown color: approx Mauve Taupe. HEX triplet: 99, 63 and 73. RGB value is (153,99,115). Sum of RGB (Red+Green+Blue) = 153+99+115=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #996373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996373 is #669C8C. Grayscale: #747474. Windows color (decimal): -6724749 or 7562137. OLE color: 7562137.

HSL color Cylindrical-coordinate representation of color #996373: hue angle of 342.22º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996373 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB15399115-
CMYK00.350.250.4
HSL342.22º21.43%49.41%-
HSV(B)342.22º35.29%60%-
XYZ20.6916.9318.4-
YUV116.97126.89153.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 115 (45.31% from 255) = 31.34%
R=41.69%
G=26.98%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539911500.350.250.4342.2221.4349.41
Hex99637302319281561531
Octal23114316304331505262561
Binary100110011100011111001101000111100110100010101011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996373; }

 p { color: rgb(153,99,115); }

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

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

 a { background-color: rgb(153,99,115); }

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

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

 span { border-color: rgb(153,99,115); }

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