#94656B

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

Shades of Mauve Taupe #94656B

Tints of Mauve Taupe #94656B

Color information

#94656B (or 0x94656B) is unknown color: approx Mauve Taupe. HEX triplet: 94, 65 and 6B. RGB value is (148,101,107). Sum of RGB (Red+Green+Blue) = 148+101+107=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94656B is #6B9A94. Grayscale: #737373. Windows color (decimal): -7051925 or 7038356. OLE color: 7038356.

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

Color convert

RGB148101107-
CMYK00.320.280.42
HSL352.34º18.88%48.82%-
HSV(B)352.34º31.76%58.04%-
XYZ19.5216.6616.1-
YUV115.74123.07151.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=41.57%
G=28.37%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810110700.320.280.42352.3418.8848.82
Hex94656B0201C2A1601331
Octal22414515304034525402361
Binary100101001100101110101101000001110010101010110000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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