#926472

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

Shades of Mauve Taupe #926472

Tints of Mauve Taupe #926472

Color information

#926472 (or 0x926472) is unknown color: approx Mauve Taupe. HEX triplet: 92, 64 and 72. RGB value is (146,100,114). Sum of RGB (Red+Green+Blue) = 146+100+114=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #926472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926472 is #6D9B8D. Grayscale: #737373. Windows color (decimal): -7183246 or 7496850. OLE color: 7496850.

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

Color convert

RGB146100114-
CMYK00.320.220.43
HSL341.74º18.7%48.24%-
HSV(B)341.74º31.51%57.25%-
XYZ19.4516.4418.07-
YUV115.35127.24149.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.56%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 114 (44.92% from 255) = 31.67%
R=40.56%
G=27.78%
B=31.67%

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
Decimal14610011400.320.220.43341.7418.748.24
Hex926472020162B1561330
Octal22214416204026535262360
Binary100100101100100111001001000001011010101110101011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926472; }

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

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

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

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

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

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

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

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