#937B91

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

Shades of Taupe Grey #937B91

Tints of Taupe Grey #937B91

Color information

#937B91 (or 0x937B91) is unknown color: approx Taupe Grey. HEX triplet: 93, 7B and 91. RGB value is (147,123,145). Sum of RGB (Red+Green+Blue) = 147+123+145=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 147 - color contains mainly: red. Hex color #937B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937B91 is #6C846E. Grayscale: #848484. Windows color (decimal): -7111791 or 9534355. OLE color: 9534355.

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

Color convert

RGB147123145-
CMYK00.160.010.42
HSL305º10%52.94%-
HSV(B)305º16.33%57.65%-
XYZ24.2322.4129.84-
YUV132.68134.95138.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.42%
GREEN value IS 123 (48.44% from 255) = 29.64%
BLUE value IS 145 (57.03% from 255) = 34.94%
R=35.42%
G=29.64%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712314500.160.010.423051052.94
Hex937B9101012A131a35
Octal2231732210201524611265
Binary1001001111110111001000101000011010101001100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937B91; }

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

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

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

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

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

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

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

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