#91666D

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

Shades of Mauve Taupe #91666D

Tints of Mauve Taupe #91666D

Color information

#91666D (or 0x91666D) is unknown color: approx Mauve Taupe. HEX triplet: 91, 66 and 6D. RGB value is (145,102,109). Sum of RGB (Red+Green+Blue) = 145+102+109=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #91666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91666D is #6E9992. Grayscale: #737373. Windows color (decimal): -7248275 or 7169681. OLE color: 7169681.

HSL color Cylindrical-coordinate representation of color #91666D: hue angle of 350.23º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91666D is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB145102109-
CMYK00.300.250.43
HSL350.23º17.41%48.43%-
HSV(B)350.23º29.66%56.86%-
XYZ19.1916.6316.67-
YUV115.65124.25148.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.73%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 109 (42.97% from 255) = 30.62%
R=40.73%
G=28.65%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510210900.300.250.43350.2317.4148.43
Hex91666D01E192B15e1130
Octal22114615503631535362160
Binary10010001110011011011010111101100110101110101111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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