#948493

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

Shades of Taupe Grey #948493

Tints of Taupe Grey #948493

Color information

#948493 (or 0x948493) is unknown color: approx Taupe Grey. HEX triplet: 94, 84 and 93. RGB value is (148,132,147). Sum of RGB (Red+Green+Blue) = 148+132+147=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 148 - color contains mainly: red. Hex color #948493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948493 is #6B7B6C. Grayscale: #8A8A8A. Windows color (decimal): -7043949 or 9667732. OLE color: 9667732.

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

Color convert

RGB148132147-
CMYK00.110.010.42
HSL303.75º6.96%54.9%-
HSV(B)303.75º10.81%58.04%-
XYZ25.7324.9131.05-
YUV138.49132.8134.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=34.66%
G=30.91%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813214700.110.010.42303.756.9654.9
Hex9484930B12A130737
Octal224204223013152460767
Binary100101001000010010010011010111101010100110000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948493; }

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

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

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

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

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

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

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

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