#976170

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

Shades of Mauve Taupe #976170

Tints of Mauve Taupe #976170

Color information

#976170 (or 0x976170) is unknown color: approx Mauve Taupe. HEX triplet: 97, 61 and 70. RGB value is (151,97,112). Sum of RGB (Red+Green+Blue) = 151+97+112=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 151 - color contains mainly: red. Hex color #976170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976170 is #689E8F. Grayscale: #727272. Windows color (decimal): -6856336 or 7365015. OLE color: 7365015.

HSL color Cylindrical-coordinate representation of color #976170: hue angle of 343.33º 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 #976170 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15197112-
CMYK00.360.260.41
HSL343.33º21.77%48.63%-
HSV(B)343.33º35.76%59.22%-
XYZ19.9616.317.42-
YUV114.86126.39153.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.94%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=41.94%
G=26.94%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519711200.360.260.41343.3321.7748.63
Hex9761700241A291571631
Octal22714116004432515272661
Binary100101111100001111000001001001101010100110101011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976170; }

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

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

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

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

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

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

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

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