#956971

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

Shades of Mauve Taupe #956971

Tints of Mauve Taupe #956971

Color information

#956971 (or 0x956971) is unknown color: approx Mauve Taupe. HEX triplet: 95, 69 and 71. RGB value is (149,105,113). Sum of RGB (Red+Green+Blue) = 149+105+113=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #956971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956971 is #6A968E. Grayscale: #777777. Windows color (decimal): -6985359 or 7432597. OLE color: 7432597.

HSL color Cylindrical-coordinate representation of color #956971: hue angle of 349.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956971 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB149105113-
CMYK00.300.240.42
HSL349.09º17.32%49.8%-
HSV(B)349.09º29.53%58.43%-
XYZ20.4317.6817.96-
YUV119.07124.58149.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 105 (41.41% from 255) = 28.61%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=40.60%
G=28.61%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910511300.300.240.42349.0917.3249.8
Hex95697101E182A15d1132
Octal22515116103630525352162
Binary10010101110100111100010111101100010101010101110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956971; }

 p { color: rgb(149,105,113); }

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

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

 a { background-color: rgb(149,105,113); }

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

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

 span { border-color: rgb(149,105,113); }

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