#937D91

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

Shades of Taupe Grey #937D91

Tints of Taupe Grey #937D91

Color information

#937D91 (or 0x937D91) is unknown color: approx Taupe Grey. HEX triplet: 93, 7D and 91. RGB value is (147,125,145). Sum of RGB (Red+Green+Blue) = 147+125+145=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 147 - color contains mainly: red. Hex color #937D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D91 is #6C826E. Grayscale: #858585. Windows color (decimal): -7111279 or 9534867. OLE color: 9534867.

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

Color convert

RGB147125145-
CMYK00.150.010.42
HSL305.45º9.24%53.33%-
HSV(B)305.45º14.97%57.65%-
XYZ24.4822.9129.92-
YUV133.86134.29137.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=35.25%
G=29.98%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712514500.150.010.42305.459.2453.33
Hex937D910F12A131935
Octal2231752210171524611165
Binary100100111111101100100010111111010101001100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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