#945671

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

Shades of Mauve Taupe #945671

Tints of Mauve Taupe #945671

Color information

#945671 (or 0x945671) is unknown color: approx Mauve Taupe. HEX triplet: 94, 56 and 71. RGB value is (148,86,113). Sum of RGB (Red+Green+Blue) = 148+86+113=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #945671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945671 is #6BA98E. Grayscale: #6B6B6B. Windows color (decimal): -7055759 or 7427732. OLE color: 7427732.

HSL color Cylindrical-coordinate representation of color #945671: hue angle of 333.87º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #945671 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14886113-
CMYK00.420.240.42
HSL333.87º26.5%45.88%-
HSV(B)333.87º41.89%58.04%-
XYZ18.5214.1417.38-
YUV107.62131.04156.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=42.65%
G=24.78%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488611300.420.240.42333.8726.545.88
Hex94567102A182A14e1a2e
Octal22412616105230525163256
Binary100101001010110111000101010101100010101010100111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945671; }

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

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

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

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

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

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

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

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