#926171

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

Shades of Mauve Taupe #926171

Tints of Mauve Taupe #926171

Color information

#926171 (or 0x926171) is unknown color: approx Mauve Taupe. HEX triplet: 92, 61 and 71. RGB value is (146,97,113). Sum of RGB (Red+Green+Blue) = 146+97+113=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #926171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926171 is #6D9E8E. Grayscale: #717171. Windows color (decimal): -7184015 or 7430546. OLE color: 7430546.

HSL color Cylindrical-coordinate representation of color #926171: hue angle of 340.41º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926171 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14697113-
CMYK00.340.230.43
HSL340.41º20.16%47.65%-
HSV(B)340.41º33.56%57.25%-
XYZ19.1115.8517.68-
YUV113.48127.73151.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.01%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=41.01%
G=27.25%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469711300.340.230.43340.4120.1647.65
Hex926171022172B1541430
Octal22214116104227535242460
Binary100100101100001111000101000101011110101110101010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926171; }

 p { color: rgb(146,97,113); }

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

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

 a { background-color: rgb(146,97,113); }

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

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

 span { border-color: rgb(146,97,113); }

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