#965374

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

Shades of Mauve Taupe #965374

Tints of Mauve Taupe #965374

Color information

#965374 (or 0x965374) is unknown color: approx Mauve Taupe. HEX triplet: 96, 53 and 74. RGB value is (150,83,116). Sum of RGB (Red+Green+Blue) = 150+83+116=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #965374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965374 is #69AC8B. Grayscale: #6A6A6A. Windows color (decimal): -6925452 or 7623574. OLE color: 7623574.

HSL color Cylindrical-coordinate representation of color #965374: hue angle of 330.45º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965374 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15083116-
CMYK00.450.230.41
HSL330.45º28.76%45.69%-
HSV(B)330.45º44.67%58.82%-
XYZ18.8213.9318.22-
YUV106.8133.2158.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=42.98%
G=23.78%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508311600.450.230.41330.4528.7645.69
Hex96537402D172914a1d2e
Octal22612316405527515123556
Binary100101101010011111010001011011011110100110100101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965374; }

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

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

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

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

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

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

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

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