#91666C

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

Shades of Mauve Taupe #91666C

Tints of Mauve Taupe #91666C

Color information

#91666C (or 0x91666C) is unknown color: approx Mauve Taupe. HEX triplet: 91, 66 and 6C. RGB value is (145,102,108). Sum of RGB (Red+Green+Blue) = 145+102+108=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #91666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91666C is #6E9993. Grayscale: #737373. Windows color (decimal): -7248276 or 7104145. OLE color: 7104145.

HSL color Cylindrical-coordinate representation of color #91666C: hue angle of 351.63º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91666C is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB145102108-
CMYK00.300.260.43
HSL351.63º17.41%48.43%-
HSV(B)351.63º29.66%56.86%-
XYZ19.1416.6116.38-
YUV115.54123.75149.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=40.85%
G=28.73%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510210800.300.260.43351.6317.4148.43
Hex91666C01E1A2B1601130
Octal22114615403632535402160
Binary10010001110011011011000111101101010101110110000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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