#945A6B

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

Shades of Mauve Taupe #945A6B

Tints of Mauve Taupe #945A6B

Color information

#945A6B (or 0x945A6B) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5A and 6B. RGB value is (148,90,107). Sum of RGB (Red+Green+Blue) = 148+90+107=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #945A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A6B is #6BA594. Grayscale: #6D6D6D. Windows color (decimal): -7054741 or 7035540. OLE color: 7035540.

HSL color Cylindrical-coordinate representation of color #945A6B: hue angle of 342.41º 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 #945A6B is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14890107-
CMYK00.390.280.42
HSL342.41º24.37%46.67%-
HSV(B)342.41º39.19%58.04%-
XYZ18.5214.6715.77-
YUV109.28126.72155.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.90%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=42.90%
G=26.09%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489010700.390.280.42342.4124.3746.67
Hex945A6B0271C2A156182f
Octal22413215304734525263057
Binary100101001011010110101101001111110010101010101011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,90,107); }

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

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

 a { background-color: rgb(148,90,107); }

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

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

 span { border-color: rgb(148,90,107); }

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