#956074

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

Shades of Mauve Taupe #956074

Tints of Mauve Taupe #956074

Color information

#956074 (or 0x956074) is unknown color: approx Mauve Taupe. HEX triplet: 95, 60 and 74. RGB value is (149,96,116). Sum of RGB (Red+Green+Blue) = 149+96+116=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #956074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956074 is #6A9F8B. Grayscale: #727272. Windows color (decimal): -6987660 or 7626901. OLE color: 7626901.

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

Color convert

RGB14996116-
CMYK00.360.220.42
HSL337.36º21.63%48.04%-
HSV(B)337.36º35.57%58.43%-
XYZ19.7316.0218.57-
YUV114.13129.06152.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 116 (45.70% from 255) = 32.13%
R=41.27%
G=26.59%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499611600.360.220.42337.3621.6348.04
Hex956074024162A1511630
Octal22514016404426525212660
Binary100101011100000111010001001001011010101010101000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956074; }

 p { color: rgb(149,96,116); }

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

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

 a { background-color: rgb(149,96,116); }

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

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

 span { border-color: rgb(149,96,116); }

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