#945F62

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

Shades of Mauve Taupe #945F62

Tints of Mauve Taupe #945F62

Color information

#945F62 (or 0x945F62) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5F and 62. RGB value is (148,95,98). Sum of RGB (Red+Green+Blue) = 148+95+98=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #945F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945F62 is #6BA09D. Grayscale: #6F6F6F. Windows color (decimal): -7053470 or 6446996. OLE color: 6446996.

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

Color convert

RGB1489598-
CMYK00.360.340.42
HSL356.6º21.81%47.65%-
HSV(B)356.6º35.81%58.04%-
XYZ18.5115.3613.54-
YUV111.19120.56154.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=43.40%
G=27.86%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148959800.360.340.42356.621.8147.65
Hex945F62024222A1651630
Octal22413714204442525452660
Binary1001010010111111100010010010010001010101010110010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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