#94666E

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

Shades of Mauve Taupe #94666E

Tints of Mauve Taupe #94666E

Color information

#94666E (or 0x94666E) is unknown color: approx Mauve Taupe. HEX triplet: 94, 66 and 6E. RGB value is (148,102,110). Sum of RGB (Red+Green+Blue) = 148+102+110=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #94666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94666E is #6B9991. Grayscale: #747474. Windows color (decimal): -7051666 or 7235220. OLE color: 7235220.

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

Color convert

RGB148102110-
CMYK00.310.260.42
HSL349.57º18.4%49.02%-
HSV(B)349.57º31.08%58.04%-
XYZ19.7816.9216.98-
YUV116.67124.24150.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=41.11%
G=28.33%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810211000.310.260.42349.5718.449.02
Hex94666E01F1A2A15e1231
Octal22414615603732525362261
Binary10010100110011011011100111111101010101010101111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94666E; }

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

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

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

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

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

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

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

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