#948490

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

Shades of Taupe Grey #948490

Tints of Taupe Grey #948490

Color information

#948490 (or 0x948490) is unknown color: approx Taupe Grey. HEX triplet: 94, 84 and 90. RGB value is (148,132,144). Sum of RGB (Red+Green+Blue) = 148+132+144=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #948490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948490 is #6B7B6F. Grayscale: #8A8A8A. Windows color (decimal): -7043952 or 9471124. OLE color: 9471124.

HSL color Cylindrical-coordinate representation of color #948490: hue angle of 315º 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 #948490 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148132144-
CMYK00.110.030.42
HSL315º6.96%54.9%-
HSV(B)315º10.81%58.04%-
XYZ25.524.8129.83-
YUV138.15131.3135.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 144 (56.64% from 255) = 33.96%
R=34.91%
G=31.13%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813214400.110.030.423156.9654.9
Hex9484900B32A13b737
Octal224204220013352473767
Binary1001010010000100100100000101111101010100111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948490; }

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

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

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

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

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

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

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

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