#926474

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

Shades of Mauve Taupe #926474

Tints of Mauve Taupe #926474

Color information

#926474 (or 0x926474) is unknown color: approx Mauve Taupe. HEX triplet: 92, 64 and 74. RGB value is (146,100,116). Sum of RGB (Red+Green+Blue) = 146+100+116=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #926474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926474 is #6D9B8B. Grayscale: #737373. Windows color (decimal): -7183244 or 7627922. OLE color: 7627922.

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

Color convert

RGB146100116-
CMYK00.320.210.43
HSL339.13º18.7%48.24%-
HSV(B)339.13º31.51%57.25%-
XYZ19.5616.4918.67-
YUV115.58128.24149.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 116 (45.70% from 255) = 32.04%
R=40.33%
G=27.62%
B=32.04%

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
Decimal14610011600.320.210.43339.1318.748.24
Hex926474020152B1531330
Octal22214416404025535232360
Binary100100101100100111010001000001010110101110101001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926474; }

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

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

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

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

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

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

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

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