#94566C

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

Shades of Mauve Taupe #94566C

Tints of Mauve Taupe #94566C

Color information

#94566C (or 0x94566C) is unknown color: approx Mauve Taupe. HEX triplet: 94, 56 and 6C. RGB value is (148,86,108). Sum of RGB (Red+Green+Blue) = 148+86+108=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #94566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94566C is #6BA993. Grayscale: #6B6B6B. Windows color (decimal): -7055764 or 7100052. OLE color: 7100052.

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

Color convert

RGB14886108-
CMYK00.420.270.42
HSL338.71º26.5%45.88%-
HSV(B)338.71º41.89%58.04%-
XYZ18.2514.0315.93-
YUV107.05128.54157.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=43.27%
G=25.15%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488610800.420.270.42338.7126.545.88
Hex94566C02A1B2A1531a2e
Octal22412615405233525233256
Binary100101001010110110110001010101101110101010101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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