#976371

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

Shades of Mauve Taupe #976371

Tints of Mauve Taupe #976371

Color information

#976371 (or 0x976371) is unknown color: approx Mauve Taupe. HEX triplet: 97, 63 and 71. RGB value is (151,99,113). Sum of RGB (Red+Green+Blue) = 151+99+113=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #976371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976371 is #689C8E. Grayscale: #747474. Windows color (decimal): -6855823 or 7431063. OLE color: 7431063.

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

Color convert

RGB15199113-
CMYK00.340.250.41
HSL343.85º20.8%49.02%-
HSV(B)343.85º34.44%59.22%-
XYZ20.216.717.78-
YUV116.14126.23152.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=41.60%
G=27.27%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519911300.340.250.41343.8520.849.02
Hex97637102219291581531
Octal22714316104231515302561
Binary100101111100011111000101000101100110100110101100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976371; }

 p { color: rgb(151,99,113); }

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

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

 a { background-color: rgb(151,99,113); }

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

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

 span { border-color: rgb(151,99,113); }

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