#946577

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

Shades of Mauve Taupe #946577

Tints of Mauve Taupe #946577

Color information

#946577 (or 0x946577) is unknown color: approx Mauve Taupe. HEX triplet: 94, 65 and 77. RGB value is (148,101,119). Sum of RGB (Red+Green+Blue) = 148+101+119=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #946577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946577 is #6B9A88. Grayscale: #757575. Windows color (decimal): -7051913 or 7824788. OLE color: 7824788.

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

Color convert

RGB148101119-
CMYK00.320.200.42
HSL337.02º18.88%48.82%-
HSV(B)337.02º31.76%58.04%-
XYZ20.216.9419.66-
YUV117.1129.07150.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 119 (46.88% from 255) = 32.34%
R=40.22%
G=27.45%
B=32.34%

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
Decimal14810111900.320.200.42337.0218.8848.82
Hex946577020142A1511331
Octal22414516704024525212361
Binary100101001100101111011101000001010010101010101000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946577; }

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

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

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

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

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

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

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

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