#948290

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

Shades of Taupe Grey #948290

Tints of Taupe Grey #948290

Color information

#948290 (or 0x948290) is unknown color: approx Taupe Grey. HEX triplet: 94, 82 and 90. RGB value is (148,130,144). Sum of RGB (Red+Green+Blue) = 148+130+144=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #948290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948290 is #6B7D6F. Grayscale: #888888. Windows color (decimal): -7044464 or 9470612. OLE color: 9470612.

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

Color convert

RGB148130144-
CMYK00.120.030.42
HSL313.33º7.76%54.51%-
HSV(B)313.33º12.16%58.04%-
XYZ25.2324.2729.74-
YUV136.98131.96135.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=35.07%
G=30.81%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813014400.120.030.42313.337.7654.51
Hex9482900C32A139837
Octal2242022200143524711067
Binary10010100100000101001000001100111010101001110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948290; }

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

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

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

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

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

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

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

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