#946168

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

Shades of Mauve Taupe #946168

Tints of Mauve Taupe #946168

Color information

#946168 (or 0x946168) is unknown color: approx Mauve Taupe. HEX triplet: 94, 61 and 68. RGB value is (148,97,104). Sum of RGB (Red+Green+Blue) = 148+97+104=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #946168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946168 is #6B9E97. Grayscale: #717171. Windows color (decimal): -7052952 or 6840724. OLE color: 6840724.

HSL color Cylindrical-coordinate representation of color #946168: hue angle of 351.76º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946168 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14897104-
CMYK00.340.300.42
HSL351.76º20.82%48.04%-
HSV(B)351.76º34.46%58.04%-
XYZ18.9915.8415.15-
YUV113.05122.9152.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.41%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=42.41%
G=27.79%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489710400.340.300.42351.7620.8248.04
Hex9461680221E2A1601530
Octal22414115004236525402560
Binary100101001100001110100001000101111010101010110000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946168; }

 p { color: rgb(148,97,104); }

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

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

 a { background-color: rgb(148,97,104); }

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

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

 span { border-color: rgb(148,97,104); }

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