#926371

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

Shades of Mauve Taupe #926371

Tints of Mauve Taupe #926371

Color information

#926371 (or 0x926371) is unknown color: approx Mauve Taupe. HEX triplet: 92, 63 and 71. RGB value is (146,99,113). Sum of RGB (Red+Green+Blue) = 146+99+113=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #926371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926371 is #6D9C8E. Grayscale: #727272. Windows color (decimal): -7183503 or 7431058. OLE color: 7431058.

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

Color convert

RGB14699113-
CMYK00.320.230.43
HSL342.13º19.18%48.04%-
HSV(B)342.13º32.19%57.25%-
XYZ19.316.2317.74-
YUV114.65127.07150.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.78%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=40.78%
G=27.65%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469911300.320.230.43342.1319.1848.04
Hex926371020172B1561330
Octal22214316104027535262360
Binary100100101100011111000101000001011110101110101011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926371; }

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

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

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

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

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

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

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

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