#966773

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

Shades of Mauve Taupe #966773

Tints of Mauve Taupe #966773

Color information

#966773 (or 0x966773) is unknown color: approx Mauve Taupe. HEX triplet: 96, 67 and 73. RGB value is (150,103,115). Sum of RGB (Red+Green+Blue) = 150+103+115=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #966773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966773 is #69988C. Grayscale: #767676. Windows color (decimal): -6920333 or 7563158. OLE color: 7563158.

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

Color convert

RGB150103115-
CMYK00.310.230.41
HSL344.68º18.58%49.61%-
HSV(B)344.68º31.33%58.82%-
XYZ20.5217.4218.5-
YUV118.42126.07150.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 103 (40.62% from 255) = 27.99%
BLUE value IS 115 (45.31% from 255) = 31.25%
R=40.76%
G=27.99%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010311500.310.230.41344.6818.5849.61
Hex96677301F17291591332
Octal22614716303727515312362
Binary10010110110011111100110111111011110100110101100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966773; }

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

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

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

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

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

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

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

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