#946A70

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

Shades of Mauve Taupe #946A70

Tints of Mauve Taupe #946A70

Color information

#946A70 (or 0x946A70) is unknown color: approx Mauve Taupe. HEX triplet: 94, 6A and 70. RGB value is (148,106,112). Sum of RGB (Red+Green+Blue) = 148+106+112=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #946A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A70 is #6B958F. Grayscale: #777777. Windows color (decimal): -7050640 or 7367316. OLE color: 7367316.

HSL color Cylindrical-coordinate representation of color #946A70: hue angle of 351.43º 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 #946A70 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB148106112-
CMYK00.280.240.42
HSL351.43º16.54%49.8%-
HSV(B)351.43º28.38%58.04%-
XYZ20.2917.7717.69-
YUV119.24123.91148.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=40.44%
G=28.96%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810611200.280.240.42351.4316.5449.8
Hex946A7001C182A15f1132
Octal22415216003430525372162
Binary10010100110101011100000111001100010101010101111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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