#94626D

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

Shades of Mauve Taupe #94626D

Tints of Mauve Taupe #94626D

Color information

#94626D (or 0x94626D) is unknown color: approx Mauve Taupe. HEX triplet: 94, 62 and 6D. RGB value is (148,98,109). Sum of RGB (Red+Green+Blue) = 148+98+109=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #94626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94626D is #6B9D92. Grayscale: #727272. Windows color (decimal): -7052691 or 7168660. OLE color: 7168660.

HSL color Cylindrical-coordinate representation of color #94626D: hue angle of 346.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94626D is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14898109-
CMYK00.340.260.42
HSL346.8º20.33%48.24%-
HSV(B)346.8º33.78%58.04%-
XYZ19.3416.1416.56-
YUV114.2125.06152.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=41.69%
G=27.61%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489810900.340.260.42346.820.3348.24
Hex94626D0221A2A15b1430
Octal22414215504232525332460
Binary100101001100010110110101000101101010101010101101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94626D; }

 p { color: rgb(148,98,109); }

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

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

 a { background-color: rgb(148,98,109); }

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

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

 span { border-color: rgb(148,98,109); }

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