#946276

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

Shades of Mauve Taupe #946276

Tints of Mauve Taupe #946276

Color information

#946276 (or 0x946276) is unknown color: approx Mauve Taupe. HEX triplet: 94, 62 and 76. RGB value is (148,98,118). Sum of RGB (Red+Green+Blue) = 148+98+118=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946276 is #6B9D89. Grayscale: #737373. Windows color (decimal): -7052682 or 7758484. OLE color: 7758484.

HSL color Cylindrical-coordinate representation of color #946276: hue angle of 336º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946276 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14898118-
CMYK00.340.200.42
HSL336º20.33%48.24%-
HSV(B)336º33.78%58.04%-
XYZ19.8516.3419.25-
YUV115.23129.56151.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=40.66%
G=26.92%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489811800.340.200.4233620.3348.24
Hex946276022142A1501430
Octal22414216604224525202460
Binary100101001100010111011001000101010010101010101000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946276; }

 p { color: rgb(148,98,118); }

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

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

 a { background-color: rgb(148,98,118); }

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

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

 span { border-color: rgb(148,98,118); }

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