#91686A

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

Shades of Mauve Taupe #91686A

Tints of Mauve Taupe #91686A

Color information

#91686A (or 0x91686A) is unknown color: approx Mauve Taupe. HEX triplet: 91, 68 and 6A. RGB value is (145,104,106). Sum of RGB (Red+Green+Blue) = 145+104+106=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #91686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91686A is #6E9795. Grayscale: #747474. Windows color (decimal): -7247766 or 6973585. OLE color: 6973585.

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

Color convert

RGB145104106-
CMYK00.280.270.43
HSL357.07º16.47%48.82%-
HSV(B)357.07º28.28%56.86%-
XYZ19.2316.9615.9-
YUV116.49122.08148.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=40.85%
G=29.30%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510410600.280.270.43357.0716.4748.82
Hex91686A01C1B2B1651031
Octal22115015203433535452061
Binary10010001110100011010100111001101110101110110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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