#946670

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

Shades of Mauve Taupe #946670

Tints of Mauve Taupe #946670

Color information

#946670 (or 0x946670) is unknown color: approx Mauve Taupe. HEX triplet: 94, 66 and 70. RGB value is (148,102,112). Sum of RGB (Red+Green+Blue) = 148+102+112=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946670 is #6B998F. Grayscale: #747474. Windows color (decimal): -7051664 or 7366292. OLE color: 7366292.

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

Color convert

RGB148102112-
CMYK00.310.240.42
HSL346.96º18.4%49.02%-
HSV(B)346.96º31.08%58.04%-
XYZ19.8916.9717.56-
YUV116.89125.24150.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 102 (40.23% from 255) = 28.18%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=40.88%
G=28.18%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810211200.310.240.42346.9618.449.02
Hex94667001F182A15b1231
Octal22414616003730525332261
Binary10010100110011011100000111111100010101010101101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946670; }

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

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

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

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

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

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

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

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