#965C73

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

Shades of Mauve Taupe #965C73

Tints of Mauve Taupe #965C73

Color information

#965C73 (or 0x965C73) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5C and 73. RGB value is (150,92,115). Sum of RGB (Red+Green+Blue) = 150+92+115=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #965C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C73 is #69A38C. Grayscale: #6F6F6F. Windows color (decimal): -6923149 or 7560342. OLE color: 7560342.

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

Color convert

RGB15092115-
CMYK00.390.230.41
HSL336.21º23.97%47.45%-
HSV(B)336.21º38.67%58.82%-
XYZ19.515.3818.16-
YUV111.96129.72155.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 115 (45.31% from 255) = 32.21%
R=42.02%
G=25.77%
B=32.21%

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
Decimal1509211500.390.230.41336.2123.9747.45
Hex965C730271729150182f
Octal22613416304727515203057
Binary100101101011100111001101001111011110100110101000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,92,115); }

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

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

 a { background-color: rgb(150,92,115); }

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

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

 span { border-color: rgb(150,92,115); }

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