#956471

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

Shades of Mauve Taupe #956471

Tints of Mauve Taupe #956471

Color information

#956471 (or 0x956471) is unknown color: approx Mauve Taupe. HEX triplet: 95, 64 and 71. RGB value is (149,100,113). Sum of RGB (Red+Green+Blue) = 149+100+113=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #956471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956471 is #6A9B8E. Grayscale: #747474. Windows color (decimal): -6986639 or 7431317. OLE color: 7431317.

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

Color convert

RGB149100113-
CMYK00.330.240.42
HSL344.08º19.68%48.82%-
HSV(B)344.08º32.89%58.43%-
XYZ19.9316.717.79-
YUV116.13126.23151.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 113 (44.53% from 255) = 31.22%
R=41.16%
G=27.62%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910011300.330.240.42344.0819.6848.82
Hex956471021182A1581431
Octal22514416104130525302461
Binary100101011100100111000101000011100010101010101100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956471; }

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

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

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

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

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

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

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

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