#965A75

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

Shades of Mauve Taupe #965A75

Tints of Mauve Taupe #965A75

Color information

#965A75 (or 0x965A75) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5A and 75. RGB value is (150,90,117). Sum of RGB (Red+Green+Blue) = 150+90+117=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #965A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A75 is #69A58A. Grayscale: #6E6E6E. Windows color (decimal): -6923659 or 7690902. OLE color: 7690902.

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

Color convert

RGB15090117-
CMYK00.40.220.41
HSL333º25%47.06%-
HSV(B)333º40%58.82%-
XYZ19.4415.0818.72-
YUV111.02131.38155.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=42.02%
G=25.21%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509011700.40.220.413332547.06
Hex965A75028162914d192f
Octal22613216505026515153157
Binary100101101011010111010101010001011010100110100110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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