#948093

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

Shades of Taupe Grey #948093

Tints of Taupe Grey #948093

Color information

#948093 (or 0x948093) is unknown color: approx Taupe Grey. HEX triplet: 94, 80 and 93. RGB value is (148,128,147). Sum of RGB (Red+Green+Blue) = 148+128+147=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #948093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948093 is #6B7F6C. Grayscale: #888888. Windows color (decimal): -7044973 or 9666708. OLE color: 9666708.

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

Color convert

RGB148128147-
CMYK00.140.010.42
HSL303º8.55%54.12%-
HSV(B)303º13.51%58.04%-
XYZ25.223.8430.88-
YUV136.15134.13136.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=34.99%
G=30.26%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812814700.140.010.423038.5554.12
Hex9480930E12A12f936
Octal2242002230161524571166
Binary1001010010000000100100110111011010101001011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948093; }

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

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

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

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

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

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

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

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