#938A92

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

Shades of Taupe Grey #938A92

Tints of Taupe Grey #938A92

Color information

#938A92 (or 0x938A92) is unknown color: approx Taupe Grey. HEX triplet: 93, 8A and 92. RGB value is (147,138,146). Sum of RGB (Red+Green+Blue) = 147+138+146=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 147 - color contains mainly: red. Hex color #938A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A92 is #6C756D. Grayscale: #8D8D8D. Windows color (decimal): -7107950 or 9603731. OLE color: 9603731.

HSL color Cylindrical-coordinate representation of color #938A92: hue angle of 306.67º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #938A92 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB147138146-
CMYK00.060.010.42
HSL306.67º4%55.88%-
HSV(B)306.67º6.12%57.65%-
XYZ26.3126.4630.91-
YUV141.6130.48131.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 146 (57.42% from 255) = 33.87%
R=34.11%
G=32.02%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713814600.060.010.42306.67455.88
Hex938A920612A133438
Octal22321222206152463470
Binary10010011100010101001001001101101010100110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938A92; }

 p { color: rgb(147,138,146); }

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

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

 a { background-color: rgb(147,138,146); }

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

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

 span { border-color: rgb(147,138,146); }

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