#926372

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

Shades of Mauve Taupe #926372

Tints of Mauve Taupe #926372

Color information

#926372 (or 0x926372) is unknown color: approx Mauve Taupe. HEX triplet: 92, 63 and 72. RGB value is (146,99,114). Sum of RGB (Red+Green+Blue) = 146+99+114=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #926372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926372 is #6D9C8D. Grayscale: #727272. Windows color (decimal): -7183502 or 7496594. OLE color: 7496594.

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

Color convert

RGB14699114-
CMYK00.320.220.43
HSL340.85º19.18%48.04%-
HSV(B)340.85º32.19%57.25%-
XYZ19.3516.2518.04-
YUV114.76127.57150.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.67%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=40.67%
G=27.58%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469911400.320.220.43340.8519.1848.04
Hex926372020162B1551330
Octal22214316204026535252360
Binary100100101100011111001001000001011010101110101010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926372; }

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

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

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

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

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

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

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

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