#94556F

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

Shades of Mauve Taupe #94556F

Tints of Mauve Taupe #94556F

Color information

#94556F (or 0x94556F) is unknown color: approx Mauve Taupe. HEX triplet: 94, 55 and 6F. RGB value is (148,85,111). Sum of RGB (Red+Green+Blue) = 148+85+111=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94556F is #6BAA90. Grayscale: #6A6A6A. Windows color (decimal): -7056017 or 7296404. OLE color: 7296404.

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

Color convert

RGB14885111-
CMYK00.430.250.42
HSL335.24º27.04%45.69%-
HSV(B)335.24º42.57%58.04%-
XYZ18.3313.9416.76-
YUV106.8130.37157.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=43.02%
G=24.71%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488511100.430.250.42335.2427.0445.69
Hex94556F02B192A14f1b2e
Octal22412515705331525173356
Binary100101001010101110111101010111100110101010100111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94556F; }

 p { color: rgb(148,85,111); }

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

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

 a { background-color: rgb(148,85,111); }

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

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

 span { border-color: rgb(148,85,111); }

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