#956170

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

Shades of Mauve Taupe #956170

Tints of Mauve Taupe #956170

Color information

#956170 (or 0x956170) is unknown color: approx Mauve Taupe. HEX triplet: 95, 61 and 70. RGB value is (149,97,112). Sum of RGB (Red+Green+Blue) = 149+97+112=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #956170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956170 is #6A9E8F. Grayscale: #727272. Windows color (decimal): -6987408 or 7365013. OLE color: 7365013.

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

Color convert

RGB14997112-
CMYK00.350.250.42
HSL342.69º21.14%48.24%-
HSV(B)342.69º34.9%58.43%-
XYZ19.5916.1117.41-
YUV114.26126.73152.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=41.62%
G=27.09%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499711200.350.250.42342.6921.1448.24
Hex956170023192A1571530
Octal22514116004331525272560
Binary100101011100001111000001000111100110101010101011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956170; }

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

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

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

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

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

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

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

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