#965872

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

Shades of Mauve Taupe #965872

Tints of Mauve Taupe #965872

Color information

#965872 (or 0x965872) is unknown color: approx Mauve Taupe. HEX triplet: 96, 58 and 72. RGB value is (150,88,114). Sum of RGB (Red+Green+Blue) = 150+88+114=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #965872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965872 is #69A78D. Grayscale: #6D6D6D. Windows color (decimal): -6924174 or 7493782. OLE color: 7493782.

HSL color Cylindrical-coordinate representation of color #965872: hue angle of 334.84º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965872 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB15088114-
CMYK00.410.240.41
HSL334.84º26.05%46.67%-
HSV(B)334.84º41.33%58.82%-
XYZ19.114.6817.75-
YUV109.5130.54156.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=42.61%
G=25%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508811400.410.240.41334.8426.0546.67
Hex965872029182914f1a2f
Octal22613016205130515173257
Binary100101101011000111001001010011100010100110100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965872; }

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

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

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

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

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

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

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

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