#91686E

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

Shades of Mauve Taupe #91686E

Tints of Mauve Taupe #91686E

Color information

#91686E (or 0x91686E) is unknown color: approx Mauve Taupe. HEX triplet: 91, 68 and 6E. RGB value is (145,104,110). Sum of RGB (Red+Green+Blue) = 145+104+110=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #91686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91686E is #6E9791. Grayscale: #747474. Windows color (decimal): -7247762 or 7235729. OLE color: 7235729.

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

Color convert

RGB145104110-
CMYK00.280.240.43
HSL351.22º16.47%48.82%-
HSV(B)351.22º28.28%56.86%-
XYZ19.4417.0517.02-
YUV116.94124.08148.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.39%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=40.39%
G=28.97%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510411000.280.240.43351.2216.4748.82
Hex91686E01C182B15f1031
Octal22115015603430535372061
Binary10010001110100011011100111001100010101110101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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