#946672

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

Shades of Mauve Taupe #946672

Tints of Mauve Taupe #946672

Color information

#946672 (or 0x946672) is unknown color: approx Mauve Taupe. HEX triplet: 94, 66 and 72. RGB value is (148,102,114). Sum of RGB (Red+Green+Blue) = 148+102+114=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946672 is #6B998D. Grayscale: #757575. Windows color (decimal): -7051662 or 7497364. OLE color: 7497364.

HSL color Cylindrical-coordinate representation of color #946672: hue angle of 344.35º 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 #946672 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB148102114-
CMYK00.310.230.42
HSL344.35º18.4%49.02%-
HSV(B)344.35º31.08%58.04%-
XYZ2017.0118.15-
YUV117.12126.24150.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 114 (44.92% from 255) = 31.32%
R=40.66%
G=28.02%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810211400.310.230.42344.3518.449.02
Hex94667201F172A1581231
Octal22414616203727525302261
Binary10010100110011011100100111111011110101010101100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946672; }

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

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

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

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

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

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

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

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