#91686D

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

Shades of Mauve Taupe #91686D

Tints of Mauve Taupe #91686D

Color information

#91686D (or 0x91686D) is unknown color: approx Mauve Taupe. HEX triplet: 91, 68 and 6D. RGB value is (145,104,109). Sum of RGB (Red+Green+Blue) = 145+104+109=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #91686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91686D is #6E9792. Grayscale: #747474. Windows color (decimal): -7247763 or 7170193. OLE color: 7170193.

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

Color convert

RGB145104109-
CMYK00.280.250.43
HSL352.68º16.47%48.82%-
HSV(B)352.68º28.28%56.86%-
XYZ19.3917.0216.73-
YUV116.83123.58148.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=40.50%
G=29.05%
B=30.45%

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
Decimal14510410900.280.250.43352.6816.4748.82
Hex91686D01C192B1611031
Octal22115015503431535412061
Binary10010001110100011011010111001100110101110110000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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