#949193

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

Shades of Taupe Grey #949193

Tints of Taupe Grey #949193

Color information

#949193 (or 0x949193) is unknown color: approx Taupe Grey. HEX triplet: 94, 91 and 93. RGB value is (148,145,147). Sum of RGB (Red+Green+Blue) = 148+145+147=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 148 - color contains mainly: red. Hex color #949193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949193 is #6B6E6C. Grayscale: #929292. Windows color (decimal): -7040621 or 9671060. OLE color: 9671060.

HSL color Cylindrical-coordinate representation of color #949193: 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 #949193 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB148145147-
CMYK00.020.010.42
HSL320º1.38%57.45%-
HSV(B)320º2.03%58.04%-
XYZ27.628.6531.68-
YUV146.12128.49129.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 147 (57.81% 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
Decimal14814514700.020.010.423201.3857.45
Hex9491930212A140139
Octal22422122302152500171
Binary10010100100100011001001101011010101010000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949193; }

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

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

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

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

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

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

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

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