#976671

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

Shades of Mauve Taupe #976671

Tints of Mauve Taupe #976671

Color information

#976671 (or 0x976671) is unknown color: approx Mauve Taupe. HEX triplet: 97, 66 and 71. RGB value is (151,102,113). Sum of RGB (Red+Green+Blue) = 151+102+113=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #976671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976671 is #68998E. Grayscale: #757575. Windows color (decimal): -6855055 or 7431831. OLE color: 7431831.

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

Color convert

RGB151102113-
CMYK00.320.250.41
HSL346.53º19.37%49.61%-
HSV(B)346.53º32.45%59.22%-
XYZ20.4917.2717.88-
YUV117.9125.23151.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.26%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=41.26%
G=27.87%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110211300.320.250.41346.5319.3749.61
Hex976671020192915b1332
Octal22714616104031515332362
Binary100101111100110111000101000001100110100110101101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976671; }

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

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

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

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

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

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

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

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