#965974

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

Shades of Mauve Taupe #965974

Tints of Mauve Taupe #965974

Color information

#965974 (or 0x965974) is unknown color: approx Mauve Taupe. HEX triplet: 96, 59 and 74. RGB value is (150,89,116). Sum of RGB (Red+Green+Blue) = 150+89+116=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #965974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965974 is #69A68B. Grayscale: #6E6E6E. Windows color (decimal): -6923916 or 7625110. OLE color: 7625110.

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

Color convert

RGB15089116-
CMYK00.410.230.41
HSL333.44º25.52%46.86%-
HSV(B)333.44º40.67%58.82%-
XYZ19.314.8918.38-
YUV110.32131.21156.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=42.25%
G=25.07%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508911600.410.230.41333.4425.5246.86
Hex965974029172914d1a2f
Octal22613116405127515153257
Binary100101101011001111010001010011011110100110100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965974; }

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

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

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

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

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

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

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

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