#956572

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

Shades of Mauve Taupe #956572

Tints of Mauve Taupe #956572

Color information

#956572 (or 0x956572) is unknown color: approx Mauve Taupe. HEX triplet: 95, 65 and 72. RGB value is (149,101,114). Sum of RGB (Red+Green+Blue) = 149+101+114=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #956572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956572 is #6A9A8D. Grayscale: #747474. Windows color (decimal): -6986382 or 7497109. OLE color: 7497109.

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

Color convert

RGB149101114-
CMYK00.320.230.42
HSL343.75º19.2%49.02%-
HSV(B)343.75º32.21%58.43%-
XYZ20.0916.9118.13-
YUV116.83126.4150.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 114 (44.92% from 255) = 31.32%
R=40.93%
G=27.75%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910111400.320.230.42343.7519.249.02
Hex956572020172A1581331
Octal22514516204027525302361
Binary100101011100101111001001000001011110101010101100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956572; }

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

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

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

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

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

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

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

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