#96626F

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

Shades of Mauve Taupe #96626F

Tints of Mauve Taupe #96626F

Color information

#96626F (or 0x96626F) is unknown color: approx Mauve Taupe. HEX triplet: 96, 62 and 6F. RGB value is (150,98,111). Sum of RGB (Red+Green+Blue) = 150+98+111=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96626F is #699D90. Grayscale: #737373. Windows color (decimal): -6921617 or 7299734. OLE color: 7299734.

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

Color convert

RGB15098111-
CMYK00.350.260.41
HSL345º20.97%48.63%-
HSV(B)345º34.67%58.82%-
XYZ19.8116.3717.15-
YUV115.03125.73152.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=41.78%
G=27.30%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509811100.350.260.4134520.9748.63
Hex96626F0231A291591531
Octal22614215704332515312561
Binary100101101100010110111101000111101010100110101100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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