#945D6B

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

Shades of Mauve Taupe #945D6B

Tints of Mauve Taupe #945D6B

Color information

#945D6B (or 0x945D6B) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5D and 6B. RGB value is (148,93,107). Sum of RGB (Red+Green+Blue) = 148+93+107=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #945D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945D6B is #6BA294. Grayscale: #6F6F6F. Windows color (decimal): -7053973 or 7036308. OLE color: 7036308.

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

Color convert

RGB14893107-
CMYK00.370.280.42
HSL344.73º22.82%47.25%-
HSV(B)344.73º37.16%58.04%-
XYZ18.7815.1915.85-
YUV111.04125.72154.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 93 (36.72% from 255) = 26.72%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=42.53%
G=26.72%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489310700.370.280.42344.7322.8247.25
Hex945D6B0251C2A159172f
Octal22413515304534525312757
Binary100101001011101110101101001011110010101010101100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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