#94656E

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

Shades of Mauve Taupe #94656E

Tints of Mauve Taupe #94656E

Color information

#94656E (or 0x94656E) is unknown color: approx Mauve Taupe. HEX triplet: 94, 65 and 6E. RGB value is (148,101,110). Sum of RGB (Red+Green+Blue) = 148+101+110=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94656E is #6B9A91. Grayscale: #747474. Windows color (decimal): -7051922 or 7234964. OLE color: 7234964.

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

Color convert

RGB148101110-
CMYK00.320.260.42
HSL348.51º18.88%48.82%-
HSV(B)348.51º31.76%58.04%-
XYZ19.6816.7316.94-
YUV116.08124.57150.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=41.23%
G=28.13%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810111000.320.260.42348.5118.8848.82
Hex94656E0201A2A15d1331
Octal22414515604032525352361
Binary100101001100101110111001000001101010101010101110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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