#96606A

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

Shades of Mauve Taupe #96606A

Tints of Mauve Taupe #96606A

Color information

#96606A (or 0x96606A) is unknown color: approx Mauve Taupe. HEX triplet: 96, 60 and 6A. RGB value is (150,96,106). Sum of RGB (Red+Green+Blue) = 150+96+106=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #96606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96606A is #699F95. Grayscale: #717171. Windows color (decimal): -6922134 or 6971542. OLE color: 6971542.

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

Color convert

RGB15096106-
CMYK00.360.290.41
HSL348.89º21.95%48.24%-
HSV(B)348.89º36%58.82%-
XYZ19.3615.8915.68-
YUV113.29123.89154.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=42.61%
G=27.27%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509610600.360.290.41348.8921.9548.24
Hex96606A0241D2915d1630
Octal22614015204435515352660
Binary100101101100000110101001001001110110100110101110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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