#966273

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

Shades of Mauve Taupe #966273

Tints of Mauve Taupe #966273

Color information

#966273 (or 0x966273) is unknown color: approx Mauve Taupe. HEX triplet: 96, 62 and 73. RGB value is (150,98,115). Sum of RGB (Red+Green+Blue) = 150+98+115=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #966273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966273 is #699D8C. Grayscale: #737373. Windows color (decimal): -6921613 or 7561878. OLE color: 7561878.

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

Color convert

RGB15098115-
CMYK00.350.230.41
HSL340.38º20.97%48.63%-
HSV(B)340.38º34.67%58.82%-
XYZ20.0416.4618.34-
YUV115.49127.73152.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=41.32%
G=27.00%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509811500.350.230.41340.3820.9748.63
Hex96627302317291541531
Octal22614216304327515242561
Binary100101101100010111001101000111011110100110101010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966273; }

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

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

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

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

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

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

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

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