#926572

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

Shades of Mauve Taupe #926572

Tints of Mauve Taupe #926572

Color information

#926572 (or 0x926572) is unknown color: approx Mauve Taupe. HEX triplet: 92, 65 and 72. RGB value is (146,101,114). Sum of RGB (Red+Green+Blue) = 146+101+114=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #926572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926572 is #6D9A8D. Grayscale: #737373. Windows color (decimal): -7182990 or 7497106. OLE color: 7497106.

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

Color convert

RGB146101114-
CMYK00.310.220.43
HSL342.67º18.22%48.43%-
HSV(B)342.67º30.82%57.25%-
XYZ19.5516.6318.1-
YUV115.94126.91149.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=40.44%
G=27.98%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610111400.310.220.43342.6718.2248.43
Hex92657201F162B1571230
Octal22214516203726535272260
Binary10010010110010111100100111111011010101110101011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926572; }

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

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

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

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

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

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

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

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