#926374

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

Shades of Mauve Taupe #926374

Tints of Mauve Taupe #926374

Color information

#926374 (or 0x926374) is unknown color: approx Mauve Taupe. HEX triplet: 92, 63 and 74. RGB value is (146,99,116). Sum of RGB (Red+Green+Blue) = 146+99+116=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #926374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926374 is #6D9C8B. Grayscale: #727272. Windows color (decimal): -7183500 or 7627666. OLE color: 7627666.

HSL color Cylindrical-coordinate representation of color #926374: hue angle of 338.3º 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 #926374 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14699116-
CMYK00.320.210.43
HSL338.3º19.18%48.04%-
HSV(B)338.3º32.19%57.25%-
XYZ19.4716.318.64-
YUV114.99128.57150.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 116 (45.70% from 255) = 32.13%
R=40.44%
G=27.42%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469911600.320.210.43338.319.1848.04
Hex926374020152B1521330
Octal22214316404025535222360
Binary100100101100011111010001000001010110101110101001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926374; }

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

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

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

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

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

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

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

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