#965473

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

Shades of Mauve Taupe #965473

Tints of Mauve Taupe #965473

Color information

#965473 (or 0x965473) is unknown color: approx Mauve Taupe. HEX triplet: 96, 54 and 73. RGB value is (150,84,115). Sum of RGB (Red+Green+Blue) = 150+84+115=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #965473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965473 is #69AB8C. Grayscale: #6B6B6B. Windows color (decimal): -6925197 or 7558294. OLE color: 7558294.

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

Color convert

RGB15084115-
CMYK00.440.230.41
HSL331.82º28.21%45.88%-
HSV(B)331.82º44%58.82%-
XYZ18.8414.0617.94-
YUV107.27132.37158.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=42.98%
G=24.07%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508411500.440.230.41331.8228.2145.88
Hex96547302C172914c1c2e
Octal22612416305427515143456
Binary100101101010100111001101011001011110100110100110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965473; }

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

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

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

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

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

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

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

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