#94646F

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

Shades of Mauve Taupe #94646F

Tints of Mauve Taupe #94646F

Color information

#94646F (or 0x94646F) is unknown color: approx Mauve Taupe. HEX triplet: 94, 64 and 6F. RGB value is (148,100,111). Sum of RGB (Red+Green+Blue) = 148+100+111=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94646F is #6B9B90. Grayscale: #737373. Windows color (decimal): -7052177 or 7300244. OLE color: 7300244.

HSL color Cylindrical-coordinate representation of color #94646F: hue angle of 346.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94646F is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB148100111-
CMYK00.320.250.42
HSL346.25º19.35%48.63%-
HSV(B)346.25º32.43%58.04%-
XYZ19.6416.5617.2-
YUV115.61125.4151.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=41.23%
G=27.86%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810011100.320.250.42346.2519.3548.63
Hex94646F020192A15a1331
Octal22414415704031525322361
Binary100101001100100110111101000001100110101010101101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94646F; }

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

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

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

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

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

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

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

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