#945C6F

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

Shades of Mauve Taupe #945C6F

Tints of Mauve Taupe #945C6F

Color information

#945C6F (or 0x945C6F) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5C and 6F. RGB value is (148,92,111). Sum of RGB (Red+Green+Blue) = 148+92+111=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #945C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945C6F is #6BA390. Grayscale: #6E6E6E. Windows color (decimal): -7054225 or 7298196. OLE color: 7298196.

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

Color convert

RGB14892111-
CMYK00.380.250.42
HSL339.64º23.33%47.06%-
HSV(B)339.64º37.84%58.04%-
XYZ18.9115.116.96-
YUV110.91128.05154.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=42.17%
G=26.21%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489211100.380.250.42339.6423.3347.06
Hex945C6F026192A154172f
Octal22413415704631525242757
Binary100101001011100110111101001101100110101010101010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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