#965B75

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

Shades of Mauve Taupe #965B75

Tints of Mauve Taupe #965B75

Color information

#965B75 (or 0x965B75) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5B and 75. RGB value is (150,91,117). Sum of RGB (Red+Green+Blue) = 150+91+117=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #965B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B75 is #69A48A. Grayscale: #6F6F6F. Windows color (decimal): -6923403 or 7691158. OLE color: 7691158.

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

Color convert

RGB15091117-
CMYK00.390.220.41
HSL333.56º24.48%47.25%-
HSV(B)333.56º39.33%58.82%-
XYZ19.5315.2518.74-
YUV111.6131.05155.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 91 (35.94% from 255) = 25.42%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=41.90%
G=25.42%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509111700.390.220.41333.5624.4847.25
Hex965B75027162914e182f
Octal22613316504726515163057
Binary100101101011011111010101001111011010100110100111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965B75; }

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

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

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

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

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

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

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

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