#976470

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

Shades of Mauve Taupe #976470

Tints of Mauve Taupe #976470

Color information

#976470 (or 0x976470) is unknown color: approx Mauve Taupe. HEX triplet: 97, 64 and 70. RGB value is (151,100,112). Sum of RGB (Red+Green+Blue) = 151+100+112=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #976470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976470 is #689B8F. Grayscale: #747474. Windows color (decimal): -6855568 or 7365783. OLE color: 7365783.

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

Color convert

RGB151100112-
CMYK00.340.260.41
HSL345.88º20.32%49.22%-
HSV(B)345.88º33.77%59.22%-
XYZ20.2416.8617.52-
YUV116.62125.4152.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=41.60%
G=27.55%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110011200.340.260.41345.8820.3249.22
Hex9764700221A2915a1431
Octal22714416004232515322461
Binary100101111100100111000001000101101010100110101101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976470; }

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

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

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

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

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

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

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

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