#966875

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

Shades of Mauve Taupe #966875

Tints of Mauve Taupe #966875

Color information

#966875 (or 0x966875) is unknown color: approx Mauve Taupe. HEX triplet: 96, 68 and 75. RGB value is (150,104,117). Sum of RGB (Red+Green+Blue) = 150+104+117=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #966875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966875 is #69978A. Grayscale: #777777. Windows color (decimal): -6920075 or 7694486. OLE color: 7694486.

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

Color convert

RGB150104117-
CMYK00.310.220.41
HSL343.04º18.11%49.8%-
HSV(B)343.04º30.67%58.82%-
XYZ20.7417.6719.15-
YUV119.24126.74149.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=40.43%
G=28.03%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010411700.310.220.41343.0418.1149.8
Hex96687501F16291571232
Octal22615016503726515272262
Binary10010110110100011101010111111011010100110101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966875; }

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

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

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

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

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

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

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

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