#96646B

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

Shades of Mauve Taupe #96646B

Tints of Mauve Taupe #96646B

Color information

#96646B (or 0x96646B) is unknown color: approx Mauve Taupe. HEX triplet: 96, 64 and 6B. RGB value is (150,100,107). Sum of RGB (Red+Green+Blue) = 150+100+107=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96646B is #699B94. Grayscale: #737373. Windows color (decimal): -6921109 or 7038102. OLE color: 7038102.

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

Color convert

RGB150100107-
CMYK00.330.290.41
HSL351.6º20%49.02%-
HSV(B)351.6º33.33%58.82%-
XYZ19.7916.6616.08-
YUV115.75123.06152.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=42.02%
G=28.01%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010010700.330.290.41351.62049.02
Hex96646B0211D291601431
Octal22614415304135515402461
Binary100101101100100110101101000011110110100110110000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96646B; }

 p { color: rgb(150,100,107); }

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

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

 a { background-color: rgb(150,100,107); }

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

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

 span { border-color: rgb(150,100,107); }

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