#946671

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

Shades of Mauve Taupe #946671

Tints of Mauve Taupe #946671

Color information

#946671 (or 0x946671) is unknown color: approx Mauve Taupe. HEX triplet: 94, 66 and 71. RGB value is (148,102,113). Sum of RGB (Red+Green+Blue) = 148+102+113=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #946671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946671 is #6B998E. Grayscale: #757575. Windows color (decimal): -7051663 or 7431828. OLE color: 7431828.

HSL color Cylindrical-coordinate representation of color #946671: hue angle of 345.65º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #946671 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB148102113-
CMYK00.310.240.42
HSL345.65º18.4%49.02%-
HSV(B)345.65º31.08%58.04%-
XYZ19.9416.9917.85-
YUV117.01125.74150.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=40.77%
G=28.10%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810211300.310.240.42345.6518.449.02
Hex94667101F182A15a1231
Octal22414616103730525322261
Binary10010100110011011100010111111100010101010101101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946671; }

 p { color: rgb(148,102,113); }

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

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

 a { background-color: rgb(148,102,113); }

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

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

 span { border-color: rgb(148,102,113); }

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