#965B74

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

Shades of Mauve Taupe #965B74

Tints of Mauve Taupe #965B74

Color information

#965B74 (or 0x965B74) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5B and 74. RGB value is (150,91,116). Sum of RGB (Red+Green+Blue) = 150+91+116=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #965B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B74 is #69A48B. Grayscale: #6F6F6F. Windows color (decimal): -6923404 or 7625622. OLE color: 7625622.

HSL color Cylindrical-coordinate representation of color #965B74: hue angle of 334.58º 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 #965B74 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15091116-
CMYK00.390.230.41
HSL334.58º24.48%47.25%-
HSV(B)334.58º39.33%58.82%-
XYZ19.4715.2318.44-
YUV111.49130.55155.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 116 (45.70% from 255) = 32.49%
R=42.02%
G=25.49%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509111600.390.230.41334.5824.4847.25
Hex965B74027172914f182f
Octal22613316404727515173057
Binary100101101011011111010001001111011110100110100111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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