#976173

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

Shades of Mauve Taupe #976173

Tints of Mauve Taupe #976173

Color information

#976173 (or 0x976173) is unknown color: approx Mauve Taupe. HEX triplet: 97, 61 and 73. RGB value is (151,97,115). Sum of RGB (Red+Green+Blue) = 151+97+115=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #976173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976173 is #689E8C. Grayscale: #737373. Windows color (decimal): -6856333 or 7561623. OLE color: 7561623.

HSL color Cylindrical-coordinate representation of color #976173: hue angle of 340º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976173 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB15197115-
CMYK00.360.240.41
HSL340º21.77%48.63%-
HSV(B)340º35.76%59.22%-
XYZ20.1316.3718.32-
YUV115.2127.89153.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=41.60%
G=26.72%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519711500.360.240.4134021.7748.63
Hex97617302418291541631
Octal22714116304430515242661
Binary100101111100001111001101001001100010100110101010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976173; }

 p { color: rgb(151,97,115); }

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

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

 a { background-color: rgb(151,97,115); }

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

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

 span { border-color: rgb(151,97,115); }

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