#96626E

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

Shades of Mauve Taupe #96626E

Tints of Mauve Taupe #96626E

Color information

#96626E (or 0x96626E) is unknown color: approx Mauve Taupe. HEX triplet: 96, 62 and 6E. RGB value is (150,98,110). Sum of RGB (Red+Green+Blue) = 150+98+110=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96626E is #699D91. Grayscale: #727272. Windows color (decimal): -6921618 or 7234198. OLE color: 7234198.

HSL color Cylindrical-coordinate representation of color #96626E: hue angle of 346.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96626E is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15098110-
CMYK00.350.270.41
HSL346.15º20.97%48.63%-
HSV(B)346.15º34.67%58.82%-
XYZ19.7616.3516.87-
YUV114.92125.23153.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=41.90%
G=27.37%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509811000.350.270.41346.1520.9748.63
Hex96626E0231B2915a1531
Octal22614215604333515322561
Binary100101101100010110111001000111101110100110101101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96626E; }

 p { color: rgb(150,98,110); }

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

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

 a { background-color: rgb(150,98,110); }

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

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

 span { border-color: rgb(150,98,110); }

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