#956771

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

Shades of Mauve Taupe #956771

Tints of Mauve Taupe #956771

Color information

#956771 (or 0x956771) is unknown color: approx Mauve Taupe. HEX triplet: 95, 67 and 71. RGB value is (149,103,113). Sum of RGB (Red+Green+Blue) = 149+103+113=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #956771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956771 is #6A988E. Grayscale: #757575. Windows color (decimal): -6985871 or 7432085. OLE color: 7432085.

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

Color convert

RGB149103113-
CMYK00.310.240.42
HSL346.96º18.25%49.41%-
HSV(B)346.96º30.87%58.43%-
XYZ20.2317.2817.89-
YUV117.89125.24150.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=40.82%
G=28.22%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910311300.310.240.42346.9618.2549.41
Hex95677101F182A15b1231
Octal22514716103730525332261
Binary10010101110011111100010111111100010101010101101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956771; }

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

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

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

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

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

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

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

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