#94626E

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

Shades of Mauve Taupe #94626E

Tints of Mauve Taupe #94626E

Color information

#94626E (or 0x94626E) is unknown color: approx Mauve Taupe. HEX triplet: 94, 62 and 6E. RGB value is (148,98,110). Sum of RGB (Red+Green+Blue) = 148+98+110=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94626E is #6B9D91. Grayscale: #727272. Windows color (decimal): -7052690 or 7234196. OLE color: 7234196.

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

Color convert

RGB14898110-
CMYK00.340.260.42
HSL345.6º20.33%48.24%-
HSV(B)345.6º33.78%58.04%-
XYZ19.3916.1616.85-
YUV114.32125.56152.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=41.57%
G=27.53%
B=30.90%

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
Decimal1489811000.340.260.42345.620.3348.24
Hex94626E0221A2A15a1430
Octal22414215604232525322460
Binary100101001100010110111001000101101010101010101101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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