#945F63

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

Shades of Mauve Taupe #945F63

Tints of Mauve Taupe #945F63

Color information

#945F63 (or 0x945F63) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5F and 63. RGB value is (148,95,99). Sum of RGB (Red+Green+Blue) = 148+95+99=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #945F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945F63 is #6BA09C. Grayscale: #6F6F6F. Windows color (decimal): -7053469 or 6512532. OLE color: 6512532.

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

Color convert

RGB1489599-
CMYK00.360.330.42
HSL355.47º21.81%47.65%-
HSV(B)355.47º35.81%58.04%-
XYZ18.5615.3813.8-
YUV111.3121.06154.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 95 (37.5% from 255) = 27.78%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=43.27%
G=27.78%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148959900.360.330.42355.4721.8147.65
Hex945F63024212A1631630
Octal22413714304441525432660
Binary1001010010111111100011010010010000110101010110001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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