#966275

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

Shades of Mauve Taupe #966275

Tints of Mauve Taupe #966275

Color information

#966275 (or 0x966275) is unknown color: approx Mauve Taupe. HEX triplet: 96, 62 and 75. RGB value is (150,98,117). Sum of RGB (Red+Green+Blue) = 150+98+117=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #966275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966275 is #699D8A. Grayscale: #737373. Windows color (decimal): -6921611 or 7692950. OLE color: 7692950.

HSL color Cylindrical-coordinate representation of color #966275: hue angle of 338.08º 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 #966275 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15098117-
CMYK00.350.220.41
HSL338.08º20.97%48.63%-
HSV(B)338.08º34.67%58.82%-
XYZ20.1616.518.95-
YUV115.71128.73152.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=41.10%
G=26.85%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509811700.350.220.41338.0820.9748.63
Hex96627502316291521531
Octal22614216504326515222561
Binary100101101100010111010101000111011010100110101001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966275; }

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

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

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

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

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

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

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

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