#966075

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

Shades of Mauve Taupe #966075

Tints of Mauve Taupe #966075

Color information

#966075 (or 0x966075) is unknown color: approx Mauve Taupe. HEX triplet: 96, 60 and 75. RGB value is (150,96,117). Sum of RGB (Red+Green+Blue) = 150+96+117=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #966075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966075 is #699F8A. Grayscale: #727272. Windows color (decimal): -6922123 or 7692438. OLE color: 7692438.

HSL color Cylindrical-coordinate representation of color #966075: hue angle of 336.67º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966075 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15096117-
CMYK00.360.220.41
HSL336.67º21.95%48.24%-
HSV(B)336.67º36%58.82%-
XYZ19.9716.1318.89-
YUV114.54129.39153.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=41.32%
G=26.45%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509611700.360.220.41336.6721.9548.24
Hex96607502416291511630
Octal22614016504426515212660
Binary100101101100000111010101001001011010100110101000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966075; }

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

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

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

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

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

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

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

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