#96656A

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

Shades of Mauve Taupe #96656A

Tints of Mauve Taupe #96656A

Color information

#96656A (or 0x96656A) is unknown color: approx Mauve Taupe. HEX triplet: 96, 65 and 6A. RGB value is (150,101,106). Sum of RGB (Red+Green+Blue) = 150+101+106=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96656A is #699A95. Grayscale: #747474. Windows color (decimal): -6920854 or 6972822. OLE color: 6972822.

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

Color convert

RGB150101106-
CMYK00.330.290.41
HSL353.88º19.52%49.22%-
HSV(B)353.88º32.67%58.82%-
XYZ19.8316.8315.84-
YUV116.22122.23152.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=42.02%
G=28.29%
B=29.69%

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
Decimal15010110600.330.290.41353.8819.5249.22
Hex96656A0211D291621431
Octal22614515204135515422461
Binary100101101100101110101001000011110110100110110001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96656A; }

 p { color: rgb(150,101,106); }

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

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

 a { background-color: rgb(150,101,106); }

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

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

 span { border-color: rgb(150,101,106); }

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