#91656F

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

Shades of Mauve Taupe #91656F

Tints of Mauve Taupe #91656F

Color information

#91656F (or 0x91656F) is unknown color: approx Mauve Taupe. HEX triplet: 91, 65 and 6F. RGB value is (145,101,111). Sum of RGB (Red+Green+Blue) = 145+101+111=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #91656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91656F is #6E9A90. Grayscale: #737373. Windows color (decimal): -7248529 or 7300497. OLE color: 7300497.

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

Color convert

RGB145101111-
CMYK00.300.230.43
HSL346.36º17.89%48.24%-
HSV(B)346.36º30.34%56.86%-
XYZ19.216.4717.21-
YUV115.3125.58149.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=40.62%
G=28.29%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510111100.300.230.43346.3617.8948.24
Hex91656F01E172B15a1230
Octal22114515703627535322260
Binary10010001110010111011110111101011110101110101101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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