#937991

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

Shades of Taupe Grey #937991

Tints of Taupe Grey #937991

Color information

#937991 (or 0x937991) is unknown color: approx Taupe Grey. HEX triplet: 93, 79 and 91. RGB value is (147,121,145). Sum of RGB (Red+Green+Blue) = 147+121+145=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #937991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937991 is #6C866E. Grayscale: #838383. Windows color (decimal): -7112303 or 9533843. OLE color: 9533843.

HSL color Cylindrical-coordinate representation of color #937991: hue angle of 304.62º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #937991 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB147121145-
CMYK00.180.010.42
HSL304.62º10.74%52.55%-
HSV(B)304.62º17.69%57.65%-
XYZ23.9821.9229.76-
YUV131.51135.61139.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 145 (57.03% from 255) = 35.11%
R=35.59%
G=29.30%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712114500.180.010.42304.6210.7452.55
Hex93799101212A131b35
Octal2231712210221524611365
Binary1001001111110011001000101001011010101001100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937991; }

 p { color: rgb(147,121,145); }

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

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

 a { background-color: rgb(147,121,145); }

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

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

 span { border-color: rgb(147,121,145); }

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