#956570

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

Shades of Mauve Taupe #956570

Tints of Mauve Taupe #956570

Color information

#956570 (or 0x956570) is unknown color: approx Mauve Taupe. HEX triplet: 95, 65 and 70. RGB value is (149,101,112). Sum of RGB (Red+Green+Blue) = 149+101+112=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #956570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956570 is #6A9A8F. Grayscale: #747474. Windows color (decimal): -6986384 or 7366037. OLE color: 7366037.

HSL color Cylindrical-coordinate representation of color #956570: hue angle of 346.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956570 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB149101112-
CMYK00.320.250.42
HSL346.25º19.2%49.02%-
HSV(B)346.25º32.21%58.43%-
XYZ19.9716.8717.53-
YUV116.61125.4151.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=41.16%
G=27.90%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910111200.320.250.42346.2519.249.02
Hex956570020192A15a1331
Octal22514516004031525322361
Binary100101011100101111000001000001100110101010101101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956570; }

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

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

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

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

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

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

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

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