#945B6E

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

Shades of Mauve Taupe #945B6E

Tints of Mauve Taupe #945B6E

Color information

#945B6E (or 0x945B6E) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5B and 6E. RGB value is (148,91,110). Sum of RGB (Red+Green+Blue) = 148+91+110=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #945B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B6E is #6BA491. Grayscale: #6E6E6E. Windows color (decimal): -7054482 or 7232404. OLE color: 7232404.

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

Color convert

RGB14891110-
CMYK00.390.260.42
HSL340º23.85%46.86%-
HSV(B)340º38.51%58.04%-
XYZ18.7714.916.64-
YUV110.21127.88154.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=42.41%
G=26.07%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489111000.390.260.4234023.8546.86
Hex945B6E0271A2A154182f
Octal22413315604732525243057
Binary100101001011011110111001001111101010101010101010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945B6E; }

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

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

<style>
 a { background-color: #945B6E; }

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

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

<style>
 span { border-color: #945B6E; }

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

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