#946576

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

Shades of Mauve Taupe #946576

Tints of Mauve Taupe #946576

Color information

#946576 (or 0x946576) is unknown color: approx Mauve Taupe. HEX triplet: 94, 65 and 76. RGB value is (148,101,118). Sum of RGB (Red+Green+Blue) = 148+101+118=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #946576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946576 is #6B9A89. Grayscale: #747474. Windows color (decimal): -7051914 or 7759252. OLE color: 7759252.

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

Color convert

RGB148101118-
CMYK00.320.200.42
HSL338.3º18.88%48.82%-
HSV(B)338.3º31.76%58.04%-
XYZ20.1416.9119.34-
YUV116.99128.57150.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 101 (39.84% from 255) = 27.52%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=40.33%
G=27.52%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810111800.320.200.42338.318.8848.82
Hex946576020142A1521331
Octal22414516604024525222361
Binary100101001100101111011001000001010010101010101001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946576; }

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

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

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

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

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

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

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

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