#946A6F

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

Shades of Mauve Taupe #946A6F

Tints of Mauve Taupe #946A6F

Color information

#946A6F (or 0x946A6F) is unknown color: approx Mauve Taupe. HEX triplet: 94, 6A and 6F. RGB value is (148,106,111). Sum of RGB (Red+Green+Blue) = 148+106+111=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #946A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A6F is #6B9590. Grayscale: #777777. Windows color (decimal): -7050641 or 7301780. OLE color: 7301780.

HSL color Cylindrical-coordinate representation of color #946A6F: hue angle of 352.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946A6F is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB148106111-
CMYK00.280.250.42
HSL352.86º16.54%49.8%-
HSV(B)352.86º28.38%58.04%-
XYZ20.2417.7517.4-
YUV119.13123.41148.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=40.55%
G=29.04%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810611100.280.250.42352.8616.5449.8
Hex946A6F01C192A1611132
Octal22415215703431525412162
Binary10010100110101011011110111001100110101010110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946A6F; }

 p { color: rgb(148,106,111); }

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

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

 a { background-color: rgb(148,106,111); }

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

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

 span { border-color: rgb(148,106,111); }

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