#926376

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

Shades of Mauve Taupe #926376

Tints of Mauve Taupe #926376

Color information

#926376 (or 0x926376) is unknown color: approx Mauve Taupe. HEX triplet: 92, 63 and 76. RGB value is (146,99,118). Sum of RGB (Red+Green+Blue) = 146+99+118=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #926376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926376 is #6D9C89. Grayscale: #737373. Windows color (decimal): -7183498 or 7758738. OLE color: 7758738.

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

Color convert

RGB14699118-
CMYK00.320.190.43
HSL335.74º19.18%48.04%-
HSV(B)335.74º32.19%57.25%-
XYZ19.5916.3419.26-
YUV115.22129.57149.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.22%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=40.22%
G=27.27%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469911800.320.190.43335.7419.1848.04
Hex926376020132B1501330
Octal22214316604023535202360
Binary100100101100011111011001000001001110101110101000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926376; }

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

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

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

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

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

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

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

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