#966673

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

Shades of Mauve Taupe #966673

Tints of Mauve Taupe #966673

Color information

#966673 (or 0x966673) is unknown color: approx Mauve Taupe. HEX triplet: 96, 66 and 73. RGB value is (150,102,115). Sum of RGB (Red+Green+Blue) = 150+102+115=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #966673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966673 is #69998C. Grayscale: #757575. Windows color (decimal): -6920589 or 7562902. OLE color: 7562902.

HSL color Cylindrical-coordinate representation of color #966673: hue angle of 343.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #966673 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB150102115-
CMYK00.320.230.41
HSL343.75º19.05%49.41%-
HSV(B)343.75º32%58.82%-
XYZ20.4217.2218.47-
YUV117.83126.4150.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 115 (45.31% from 255) = 31.34%
R=40.87%
G=27.79%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010211500.320.230.41343.7519.0549.41
Hex96667302017291581331
Octal22614616304027515302361
Binary100101101100110111001101000001011110100110101100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966673; }

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

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

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

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

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

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

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

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