#96656F

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

Shades of Mauve Taupe #96656F

Tints of Mauve Taupe #96656F

Color information

#96656F (or 0x96656F) is unknown color: approx Mauve Taupe. HEX triplet: 96, 65 and 6F. RGB value is (150,101,111). Sum of RGB (Red+Green+Blue) = 150+101+111=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96656F is #699A90. Grayscale: #747474. Windows color (decimal): -6920849 or 7300502. OLE color: 7300502.

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

Color convert

RGB150101111-
CMYK00.330.260.41
HSL347.76º19.52%49.22%-
HSV(B)347.76º32.67%58.82%-
XYZ20.116.9417.25-
YUV116.79124.73151.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=41.44%
G=27.90%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010111100.330.260.41347.7619.5249.22
Hex96656F0211A2915c1431
Octal22614515704132515342461
Binary100101101100101110111101000011101010100110101110010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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