#91676E

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

Shades of Mauve Taupe #91676E

Tints of Mauve Taupe #91676E

Color information

#91676E (or 0x91676E) is unknown color: approx Mauve Taupe. HEX triplet: 91, 67 and 6E. RGB value is (145,103,110). Sum of RGB (Red+Green+Blue) = 145+103+110=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #91676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91676E is #6E9891. Grayscale: #747474. Windows color (decimal): -7248018 or 7235473. OLE color: 7235473.

HSL color Cylindrical-coordinate representation of color #91676E: hue angle of 350º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91676E is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB145103110-
CMYK00.290.240.43
HSL350º16.94%48.63%-
HSV(B)350º28.97%56.86%-
XYZ19.3416.8516.98-
YUV116.36124.41148.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=40.50%
G=28.77%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510311000.290.240.4335016.9448.63
Hex91676E01D182B15e1131
Octal22114715603530535362161
Binary10010001110011111011100111011100010101110101111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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