#956070

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

Shades of Mauve Taupe #956070

Tints of Mauve Taupe #956070

Color information

#956070 (or 0x956070) is unknown color: approx Mauve Taupe. HEX triplet: 95, 60 and 70. RGB value is (149,96,112). Sum of RGB (Red+Green+Blue) = 149+96+112=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #956070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956070 is #6A9F8F. Grayscale: #717171. Windows color (decimal): -6987664 or 7364757. OLE color: 7364757.

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

Color convert

RGB14996112-
CMYK00.360.250.42
HSL341.89º21.63%48.04%-
HSV(B)341.89º35.57%58.43%-
XYZ19.515.9317.38-
YUV113.67127.06153.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=41.74%
G=26.89%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499611200.360.250.42341.8921.6348.04
Hex956070024192A1561630
Octal22514016004431525262660
Binary100101011100000111000001001001100110101010101011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956070; }

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

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

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

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

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

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

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

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