#966165

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

Shades of Mauve Taupe #966165

Tints of Mauve Taupe #966165

Color information

#966165 (or 0x966165) is unknown color: approx Mauve Taupe. HEX triplet: 96, 61 and 65. RGB value is (150,97,101). Sum of RGB (Red+Green+Blue) = 150+97+101=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #966165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966165 is #699E9A. Grayscale: #717171. Windows color (decimal): -6921883 or 6644118. OLE color: 6644118.

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

Color convert

RGB15097101-
CMYK00.350.330.41
HSL355.47º21.46%48.43%-
HSV(B)355.47º35.33%58.82%-
XYZ19.215.9714.38-
YUV113.3121.06154.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=43.10%
G=27.87%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509710100.350.330.41355.4721.4648.43
Hex96616502321291631530
Octal22614114504341515432560
Binary1001011011000011100101010001110000110100110110001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966165; }

 p { color: rgb(150,97,101); }

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

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

 a { background-color: rgb(150,97,101); }

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

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

 span { border-color: rgb(150,97,101); }

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