#996773

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

Shades of Mauve Taupe #996773

Tints of Mauve Taupe #996773

Color information

#996773 (or 0x996773) is unknown color: approx Mauve Taupe. HEX triplet: 99, 67 and 73. RGB value is (153,103,115). Sum of RGB (Red+Green+Blue) = 153+103+115=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #996773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996773 is #66988C. Grayscale: #777777. Windows color (decimal): -6723725 or 7563161. OLE color: 7563161.

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

Color convert

RGB153103115-
CMYK00.330.250.4
HSL345.6º19.69%50.2%-
HSV(B)345.6º32.68%60%-
XYZ21.0817.7118.53-
YUV119.32125.56152.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=41.24%
G=27.76%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310311500.330.250.4345.619.6950.2
Hex996773021192815a1432
Octal23114716304131505322462
Binary100110011100111111001101000011100110100010101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996773; }

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

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

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

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

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

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

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

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