#976162

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

Shades of Mauve Taupe #976162

Tints of Mauve Taupe #976162

Color information

#976162 (or 0x976162) is unknown color: approx Mauve Taupe. HEX triplet: 97, 61 and 62. RGB value is (151,97,98). Sum of RGB (Red+Green+Blue) = 151+97+98=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #976162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976162 is #689E9D. Grayscale: #717171. Windows color (decimal): -6856350 or 6447511. OLE color: 6447511.

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

Color convert

RGB1519798-
CMYK00.360.350.41
HSL358.89º21.77%48.63%-
HSV(B)358.89º35.76%59.22%-
XYZ19.2416.0113.63-
YUV113.26119.39154.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=43.64%
G=28.03%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151979800.360.350.41358.8921.7748.63
Hex97616202423291671631
Octal22714114204443515472661
Binary1001011111000011100010010010010001110100110110011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976162; }

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

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

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

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

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

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

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

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