#96666B

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

Shades of Mauve Taupe #96666B

Tints of Mauve Taupe #96666B

Color information

#96666B (or 0x96666B) is unknown color: approx Mauve Taupe. HEX triplet: 96, 66 and 6B. RGB value is (150,102,107). Sum of RGB (Red+Green+Blue) = 150+102+107=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96666B is #699994. Grayscale: #747474. Windows color (decimal): -6920597 or 7038614. OLE color: 7038614.

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

Color convert

RGB150102107-
CMYK00.320.290.41
HSL353.75º19.05%49.41%-
HSV(B)353.75º32%58.82%-
XYZ19.9817.0516.15-
YUV116.92122.4151.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=41.78%
G=28.41%
B=29.81%

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
Decimal15010210700.320.290.41353.7519.0549.41
Hex96666B0201D291621331
Octal22614615304035515422361
Binary100101101100110110101101000001110110100110110001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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