#956673

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

Shades of Mauve Taupe #956673

Tints of Mauve Taupe #956673

Color information

#956673 (or 0x956673) is unknown color: approx Mauve Taupe. HEX triplet: 95, 66 and 73. RGB value is (149,102,115). Sum of RGB (Red+Green+Blue) = 149+102+115=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #956673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956673 is #6A998C. Grayscale: #757575. Windows color (decimal): -6986125 or 7562901. OLE color: 7562901.

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

Color convert

RGB149102115-
CMYK00.320.230.42
HSL343.4º18.73%49.22%-
HSV(B)343.4º31.54%58.43%-
XYZ20.2417.1318.46-
YUV117.53126.57150.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=40.71%
G=27.87%
B=31.42%

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
Decimal14910211500.320.230.42343.418.7349.22
Hex956673020172A1571331
Octal22514616304027525272361
Binary100101011100110111001101000001011110101010101011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956673; }

 p { color: rgb(149,102,115); }

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

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

 a { background-color: rgb(149,102,115); }

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

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

 span { border-color: rgb(149,102,115); }

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