#945F6A

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

Shades of Mauve Taupe #945F6A

Tints of Mauve Taupe #945F6A

Color information

#945F6A (or 0x945F6A) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5F and 6A. RGB value is (148,95,106). Sum of RGB (Red+Green+Blue) = 148+95+106=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #945F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945F6A is #6BA095. Grayscale: #707070. Windows color (decimal): -7053462 or 6971284. OLE color: 6971284.

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

Color convert

RGB14895106-
CMYK00.360.280.42
HSL347.55º21.81%47.65%-
HSV(B)347.55º35.81%58.04%-
XYZ18.9115.5215.64-
YUV112.1124.56153.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 106 (41.80% from 255) = 30.37%
R=42.41%
G=27.22%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489510600.360.280.42347.5521.8147.65
Hex945F6A0241C2A15c1630
Octal22413715204434525342660
Binary100101001011111110101001001001110010101010101110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,95,106); }

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

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

 a { background-color: rgb(148,95,106); }

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

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

 span { border-color: rgb(148,95,106); }

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