#91606C

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

Shades of Mauve Taupe #91606C

Tints of Mauve Taupe #91606C

Color information

#91606C (or 0x91606C) is unknown color: approx Mauve Taupe. HEX triplet: 91, 60 and 6C. RGB value is (145,96,108). Sum of RGB (Red+Green+Blue) = 145+96+108=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #91606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91606C is #6E9F93. Grayscale: #707070. Windows color (decimal): -7249812 or 7102609. OLE color: 7102609.

HSL color Cylindrical-coordinate representation of color #91606C: hue angle of 345.31º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91606C is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14596108-
CMYK00.340.260.43
HSL345.31º20.33%47.25%-
HSV(B)345.31º33.79%56.86%-
XYZ18.5715.4716.19-
YUV112.02125.73151.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.55%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=41.55%
G=27.51%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459610800.340.260.43345.3120.3347.25
Hex91606C0221A2B159142f
Octal22114015404232535312457
Binary100100011100000110110001000101101010101110101100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91606C; }

 p { color: rgb(145,96,108); }

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

<style>
 a { background-color: #91606C; }

 a { background-color: rgb(145,96,108); }

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

<style>
 span { border-color: #91606C; }

 span { border-color: rgb(145,96,108); }

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