#946673

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

Shades of Mauve Taupe #946673

Tints of Mauve Taupe #946673

Color information

#946673 (or 0x946673) is unknown color: approx Mauve Taupe. HEX triplet: 94, 66 and 73. RGB value is (148,102,115). Sum of RGB (Red+Green+Blue) = 148+102+115=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #946673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946673 is #6B998C. Grayscale: #757575. Windows color (decimal): -7051661 or 7562900. OLE color: 7562900.

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

Color convert

RGB148102115-
CMYK00.310.220.42
HSL343.04º18.4%49.02%-
HSV(B)343.04º31.08%58.04%-
XYZ20.0617.0418.45-
YUV117.24126.74149.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 115 (45.31% from 255) = 31.51%
R=40.55%
G=27.95%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810211500.310.220.42343.0418.449.02
Hex94667301F162A1571231
Octal22414616303726525272261
Binary10010100110011011100110111111011010101010101011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946673; }

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

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

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

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

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

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

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

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