#945F6B

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

Shades of Mauve Taupe #945F6B

Tints of Mauve Taupe #945F6B

Color information

#945F6B (or 0x945F6B) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5F and 6B. RGB value is (148,95,107). Sum of RGB (Red+Green+Blue) = 148+95+107=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #945F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945F6B is #6BA094. Grayscale: #707070. Windows color (decimal): -7053461 or 7036820. OLE color: 7036820.

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

Color convert

RGB14895107-
CMYK00.360.280.42
HSL346.42º21.81%47.65%-
HSV(B)346.42º35.81%58.04%-
XYZ18.9615.5415.91-
YUV112.22125.06153.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=42.29%
G=27.14%
B=30.57%

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
Decimal1489510700.360.280.42346.4221.8147.65
Hex945F6B0241C2A15a1630
Octal22413715304434525322660
Binary100101001011111110101101001001110010101010101101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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