#96636D

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

Shades of Mauve Taupe #96636D

Tints of Mauve Taupe #96636D

Color information

#96636D (or 0x96636D) is unknown color: approx Mauve Taupe. HEX triplet: 96, 63 and 6D. RGB value is (150,99,109). Sum of RGB (Red+Green+Blue) = 150+99+109=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96636D is #699C92. Grayscale: #737373. Windows color (decimal): -6921363 or 7168918. OLE color: 7168918.

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

Color convert

RGB15099109-
CMYK00.340.270.41
HSL348.24º20.48%48.82%-
HSV(B)348.24º34%58.82%-
XYZ19.816.5116.61-
YUV115.39124.4152.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=41.90%
G=27.65%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509910900.340.270.41348.2420.4848.82
Hex96636D0221B2915c1431
Octal22614315504233515342461
Binary100101101100011110110101000101101110100110101110010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96636D; }

 p { color: rgb(150,99,109); }

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

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

 a { background-color: rgb(150,99,109); }

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

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

 span { border-color: rgb(150,99,109); }

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