#946271

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

Shades of Mauve Taupe #946271

Tints of Mauve Taupe #946271

Color information

#946271 (or 0x946271) is unknown color: approx Mauve Taupe. HEX triplet: 94, 62 and 71. RGB value is (148,98,113). Sum of RGB (Red+Green+Blue) = 148+98+113=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #946271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946271 is #6B9D8E. Grayscale: #727272. Windows color (decimal): -7052687 or 7430804. OLE color: 7430804.

HSL color Cylindrical-coordinate representation of color #946271: hue angle of 342º 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 #946271 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14898113-
CMYK00.340.240.42
HSL342º20.33%48.24%-
HSV(B)342º33.78%58.04%-
XYZ19.5616.2217.72-
YUV114.66127.06151.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=41.23%
G=27.30%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489811300.340.240.4234220.3348.24
Hex946271022182A1561430
Octal22414216104230525262460
Binary100101001100010111000101000101100010101010101011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946271; }

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

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

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

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

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

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

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

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