#939092

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

Shades of Taupe Grey #939092

Tints of Taupe Grey #939092

Color information

#939092 (or 0x939092) is unknown color: approx Taupe Grey. HEX triplet: 93, 90 and 92. RGB value is (147,144,146). Sum of RGB (Red+Green+Blue) = 147+144+146=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 147 - color contains mainly: red. Hex color #939092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939092 is #6C6F6D. Grayscale: #919191. Windows color (decimal): -7106414 or 9605267. OLE color: 9605267.

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

Color convert

RGB147144146-
CMYK00.020.010.42
HSL320º1.37%57.06%-
HSV(B)320º2.04%57.65%-
XYZ27.1928.2231.21-
YUV145.12128.49129.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.64%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=33.64%
G=32.95%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714414600.020.010.423201.3757.06
Hex9390920212A140139
Octal22322022202152500171
Binary10010011100100001001001001011010101010000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939092; }

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

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

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

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

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

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

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

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