#965472

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

Shades of Mauve Taupe #965472

Tints of Mauve Taupe #965472

Color information

#965472 (or 0x965472) is unknown color: approx Mauve Taupe. HEX triplet: 96, 54 and 72. RGB value is (150,84,114). Sum of RGB (Red+Green+Blue) = 150+84+114=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #965472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965472 is #69AB8D. Grayscale: #6B6B6B. Windows color (decimal): -6925198 or 7492758. OLE color: 7492758.

HSL color Cylindrical-coordinate representation of color #965472: hue angle of 332.73º 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 #965472 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB15084114-
CMYK00.440.240.41
HSL332.73º28.21%45.88%-
HSV(B)332.73º44%58.82%-
XYZ18.7914.0417.64-
YUV107.15131.87158.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=43.10%
G=24.14%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508411400.440.240.41332.7328.2145.88
Hex96547202C182914d1c2e
Octal22612416205430515153456
Binary100101101010100111001001011001100010100110100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965472; }

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

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

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

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

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

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

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

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