#94616E

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

Shades of Mauve Taupe #94616E

Tints of Mauve Taupe #94616E

Color information

#94616E (or 0x94616E) is unknown color: approx Mauve Taupe. HEX triplet: 94, 61 and 6E. RGB value is (148,97,110). Sum of RGB (Red+Green+Blue) = 148+97+110=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #94616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94616E is #6B9E91. Grayscale: #717171. Windows color (decimal): -7052946 or 7233940. OLE color: 7233940.

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

Color convert

RGB14897110-
CMYK00.340.260.42
HSL344.71º20.82%48.04%-
HSV(B)344.71º34.46%58.04%-
XYZ19.315.9716.82-
YUV113.73125.9152.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=41.69%
G=27.32%
B=30.99%

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
Decimal1489711000.340.260.42344.7120.8248.04
Hex94616E0221A2A1591530
Octal22414115604232525312560
Binary100101001100001110111001000101101010101010101100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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