#965876

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

Shades of Mauve Taupe #965876

Tints of Mauve Taupe #965876

Color information

#965876 (or 0x965876) is unknown color: approx Mauve Taupe. HEX triplet: 96, 58 and 76. RGB value is (150,88,118). Sum of RGB (Red+Green+Blue) = 150+88+118=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #965876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965876 is #69A789. Grayscale: #6D6D6D. Windows color (decimal): -6924170 or 7755926. OLE color: 7755926.

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

Color convert

RGB15088118-
CMYK00.410.210.41
HSL330.97º26.05%46.67%-
HSV(B)330.97º41.33%58.82%-
XYZ19.3414.7718.97-
YUV109.96132.54156.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=42.13%
G=24.72%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508811800.410.210.41330.9726.0546.67
Hex965876029152914b1a2f
Octal22613016605125515133257
Binary100101101011000111011001010011010110100110100101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965876; }

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

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

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

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

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

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

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

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