#91656D

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

Shades of Mauve Taupe #91656D

Tints of Mauve Taupe #91656D

Color information

#91656D (or 0x91656D) is unknown color: approx Mauve Taupe. HEX triplet: 91, 65 and 6D. RGB value is (145,101,109). Sum of RGB (Red+Green+Blue) = 145+101+109=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #91656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91656D is #6E9A92. Grayscale: #737373. Windows color (decimal): -7248531 or 7169425. OLE color: 7169425.

HSL color Cylindrical-coordinate representation of color #91656D: hue angle of 349.09º degrees, saturation: 0.18, 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 #91656D is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB145101109-
CMYK00.300.250.43
HSL349.09º17.89%48.24%-
HSV(B)349.09º30.34%56.86%-
XYZ19.0916.4316.63-
YUV115.07124.58149.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=40.85%
G=28.45%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510110900.300.250.43349.0917.8948.24
Hex91656D01E192B15d1230
Octal22114515503631535352260
Binary10010001110010111011010111101100110101110101110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91656D; }

 p { color: rgb(145,101,109); }

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

<style>
 a { background-color: #91656D; }

 a { background-color: rgb(145,101,109); }

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

<style>
 span { border-color: #91656D; }

 span { border-color: rgb(145,101,109); }

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