#946571

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

Shades of Mauve Taupe #946571

Tints of Mauve Taupe #946571

Color information

#946571 (or 0x946571) is unknown color: approx Mauve Taupe. HEX triplet: 94, 65 and 71. RGB value is (148,101,113). Sum of RGB (Red+Green+Blue) = 148+101+113=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946571 is #6B9A8E. Grayscale: #747474. Windows color (decimal): -7051919 or 7431572. OLE color: 7431572.

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

Color convert

RGB148101113-
CMYK00.320.240.42
HSL344.68º18.88%48.82%-
HSV(B)344.68º31.76%58.04%-
XYZ19.8516.817.82-
YUV116.42126.07150.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 113 (44.53% from 255) = 31.22%
R=40.88%
G=27.90%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810111300.320.240.42344.6818.8848.82
Hex946571020182A1591331
Octal22414516104030525312361
Binary100101001100101111000101000001100010101010101100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946571; }

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

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

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

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

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

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

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

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