#91696D

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

Shades of Mauve Taupe #91696D

Tints of Mauve Taupe #91696D

Color information

#91696D (or 0x91696D) is unknown color: approx Mauve Taupe. HEX triplet: 91, 69 and 6D. RGB value is (145,105,109). Sum of RGB (Red+Green+Blue) = 145+105+109=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #91696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91696D is #6E9692. Grayscale: #757575. Windows color (decimal): -7247507 or 7170449. OLE color: 7170449.

HSL color Cylindrical-coordinate representation of color #91696D: hue angle of 354º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91696D is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB145105109-
CMYK00.280.250.43
HSL354º16%49.02%-
HSV(B)354º27.59%56.86%-
XYZ19.4917.2316.77-
YUV117.42123.25147.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.39%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=40.39%
G=29.25%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510510900.280.250.433541649.02
Hex91696D01C192B1621031
Octal22115115503431535422061
Binary10010001110100111011010111001100110101110110001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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