#94566D

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

Shades of Mauve Taupe #94566D

Tints of Mauve Taupe #94566D

Color information

#94566D (or 0x94566D) is unknown color: approx Mauve Taupe. HEX triplet: 94, 56 and 6D. RGB value is (148,86,109). Sum of RGB (Red+Green+Blue) = 148+86+109=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94566D is #6BA992. Grayscale: #6B6B6B. Windows color (decimal): -7055763 or 7165588. OLE color: 7165588.

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

Color convert

RGB14886109-
CMYK00.420.260.42
HSL337.74º26.5%45.88%-
HSV(B)337.74º41.89%58.04%-
XYZ18.314.0616.22-
YUV107.16129.04157.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=43.15%
G=25.07%
B=31.78%

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
Decimal1488610900.420.260.42337.7426.545.88
Hex94566D02A1A2A1521a2e
Octal22412615505232525223256
Binary100101001010110110110101010101101010101010101001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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