#949093

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

Shades of Taupe Grey #949093

Tints of Taupe Grey #949093

Color information

#949093 (or 0x949093) is unknown color: approx Taupe Grey. HEX triplet: 94, 90 and 93. RGB value is (148,144,147). Sum of RGB (Red+Green+Blue) = 148+144+147=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 148 - color contains mainly: red. Hex color #949093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949093 is #6B6F6C. Grayscale: #919191. Windows color (decimal): -7040877 or 9670804. OLE color: 9670804.

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

Color convert

RGB148144147-
CMYK00.030.010.42
HSL315º1.83%57.25%-
HSV(B)315º2.7%58.04%-
XYZ27.4528.3531.63-
YUV145.54128.83129.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 144 (56.64% from 255) = 32.80%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=33.71%
G=32.80%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814414700.030.010.423151.8357.25
Hex9490930312A13b239
Octal22422022303152473271
Binary100101001001000010010011011110101010011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949093; }

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

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

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

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

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

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

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

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