#94586E

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

Shades of Mauve Taupe #94586E

Tints of Mauve Taupe #94586E

Color information

#94586E (or 0x94586E) is unknown color: approx Mauve Taupe. HEX triplet: 94, 58 and 6E. RGB value is (148,88,110). Sum of RGB (Red+Green+Blue) = 148+88+110=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #94586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94586E is #6BA791. Grayscale: #6C6C6C. Windows color (decimal): -7055250 or 7231636. OLE color: 7231636.

HSL color Cylindrical-coordinate representation of color #94586E: hue angle of 338º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94586E is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14888110-
CMYK00.410.260.42
HSL338º25.42%46.27%-
HSV(B)338º40.54%58.04%-
XYZ18.5214.416.56-
YUV108.45128.88156.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=42.77%
G=25.43%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488811000.410.260.4233825.4246.27
Hex94586E0291A2A152192e
Octal22413015605132525223156
Binary100101001011000110111001010011101010101010101001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94586E; }

 p { color: rgb(148,88,110); }

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

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

 a { background-color: rgb(148,88,110); }

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

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

 span { border-color: rgb(148,88,110); }

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