#96616B

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

Shades of Mauve Taupe #96616B

Tints of Mauve Taupe #96616B

Color information

#96616B (or 0x96616B) is unknown color: approx Mauve Taupe. HEX triplet: 96, 61 and 6B. RGB value is (150,97,107). Sum of RGB (Red+Green+Blue) = 150+97+107=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #96616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96616B is #699E94. Grayscale: #717171. Windows color (decimal): -6921877 or 7037334. OLE color: 7037334.

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

Color convert

RGB15097107-
CMYK00.350.290.41
HSL348.68º21.46%48.43%-
HSV(B)348.68º35.33%58.82%-
XYZ19.5116.0915.99-
YUV113.99124.06153.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 107 (42.19% from 255) = 30.23%
R=42.37%
G=27.40%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509710700.350.290.41348.6821.4648.43
Hex96616B0231D2915d1530
Octal22614115304335515352560
Binary100101101100001110101101000111110110100110101110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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