#94576F

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

Shades of Mauve Taupe #94576F

Tints of Mauve Taupe #94576F

Color information

#94576F (or 0x94576F) is unknown color: approx Mauve Taupe. HEX triplet: 94, 57 and 6F. RGB value is (148,87,111). Sum of RGB (Red+Green+Blue) = 148+87+111=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #94576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94576F is #6BA890. Grayscale: #6B6B6B. Windows color (decimal): -7055505 or 7296916. OLE color: 7296916.

HSL color Cylindrical-coordinate representation of color #94576F: hue angle of 336.39º degrees, saturation: 0.26, 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 #94576F is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14887111-
CMYK00.410.250.42
HSL336.39º25.96%46.08%-
HSV(B)336.39º41.22%58.04%-
XYZ18.4914.2616.82-
YUV107.98129.71156.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=42.77%
G=25.14%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488711100.410.250.42336.3925.9646.08
Hex94576F029192A1501a2e
Octal22412715705131525203256
Binary100101001010111110111101010011100110101010101000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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