#926364

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

Shades of Mauve Taupe #926364

Tints of Mauve Taupe #926364

Color information

#926364 (or 0x926364) is unknown color: approx Mauve Taupe. HEX triplet: 92, 63 and 64. RGB value is (146,99,100). Sum of RGB (Red+Green+Blue) = 146+99+100=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #926364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926364 is #6D9C9B. Grayscale: #717171. Windows color (decimal): -7183516 or 6579090. OLE color: 6579090.

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

Color convert

RGB14699100-
CMYK00.320.320.43
HSL358.72º19.18%48.04%-
HSV(B)358.72º32.19%57.25%-
XYZ18.6215.9514.15-
YUV113.17120.57151.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 100 (39.45% from 255) = 28.99%
R=42.32%
G=28.70%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469910000.320.320.43358.7219.1848.04
Hex926364020202B1671330
Octal22214314404040535472360
Binary1001001011000111100100010000010000010101110110011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926364; }

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

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

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

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

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

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

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

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