#94566E

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

Shades of Mauve Taupe #94566E

Tints of Mauve Taupe #94566E

Color information

#94566E (or 0x94566E) is unknown color: approx Mauve Taupe. HEX triplet: 94, 56 and 6E. RGB value is (148,86,110). Sum of RGB (Red+Green+Blue) = 148+86+110=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94566E is #6BA991. Grayscale: #6B6B6B. Windows color (decimal): -7055762 or 7231124. OLE color: 7231124.

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

Color convert

RGB14886110-
CMYK00.420.260.42
HSL336.77º26.5%45.88%-
HSV(B)336.77º41.89%58.04%-
XYZ18.3614.0816.5-
YUV107.27129.54157.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=43.02%
G=25%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488611000.420.260.42336.7726.545.88
Hex94566E02A1A2A1511a2e
Octal22412615605232525213256
Binary100101001010110110111001010101101010101010101000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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