#956173

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

Shades of Mauve Taupe #956173

Tints of Mauve Taupe #956173

Color information

#956173 (or 0x956173) is unknown color: approx Mauve Taupe. HEX triplet: 95, 61 and 73. RGB value is (149,97,115). Sum of RGB (Red+Green+Blue) = 149+97+115=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #956173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956173 is #6A9E8C. Grayscale: #727272. Windows color (decimal): -6987405 or 7561621. OLE color: 7561621.

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

Color convert

RGB14997115-
CMYK00.350.230.42
HSL339.23º21.14%48.24%-
HSV(B)339.23º34.9%58.43%-
XYZ19.7616.1818.3-
YUV114.6128.23152.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=41.27%
G=26.87%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499711500.350.230.42339.2321.1448.24
Hex956173023172A1531530
Octal22514116304327525232560
Binary100101011100001111001101000111011110101010101001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956173; }

 p { color: rgb(149,97,115); }

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

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

 a { background-color: rgb(149,97,115); }

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

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

 span { border-color: rgb(149,97,115); }

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