#976270

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

Shades of Mauve Taupe #976270

Tints of Mauve Taupe #976270

Color information

#976270 (or 0x976270) is unknown color: approx Mauve Taupe. HEX triplet: 97, 62 and 70. RGB value is (151,98,112). Sum of RGB (Red+Green+Blue) = 151+98+112=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #976270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976270 is #689D8F. Grayscale: #737373. Windows color (decimal): -6856080 or 7365271. OLE color: 7365271.

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

Color convert

RGB15198112-
CMYK00.350.260.41
HSL344.15º21.29%48.82%-
HSV(B)344.15º35.1%59.22%-
XYZ20.0516.4817.45-
YUV115.44126.06153.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.83%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=41.83%
G=27.15%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519811200.350.260.41344.1521.2948.82
Hex9762700231A291581531
Octal22714216004332515302561
Binary100101111100010111000001000111101010100110101100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976270; }

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

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

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

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

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

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

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

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