#96666A

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

Shades of Mauve Taupe #96666A

Tints of Mauve Taupe #96666A

Color information

#96666A (or 0x96666A) is unknown color: approx Mauve Taupe. HEX triplet: 96, 66 and 6A. RGB value is (150,102,106). Sum of RGB (Red+Green+Blue) = 150+102+106=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96666A is #699995. Grayscale: #747474. Windows color (decimal): -6920598 or 6973078. OLE color: 6973078.

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

Color convert

RGB150102106-
CMYK00.320.290.41
HSL355º19.05%49.41%-
HSV(B)355º32%58.82%-
XYZ19.9317.0315.87-
YUV116.81121.9151.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=41.90%
G=28.49%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010210600.320.290.4135519.0549.41
Hex96666A0201D291631331
Octal22614615204035515432361
Binary100101101100110110101001000001110110100110110001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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