#948390

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

Shades of Taupe Grey #948390

Tints of Taupe Grey #948390

Color information

#948390 (or 0x948390) is unknown color: approx Taupe Grey. HEX triplet: 94, 83 and 90. RGB value is (148,131,144). Sum of RGB (Red+Green+Blue) = 148+131+144=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #948390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948390 is #6B7C6F. Grayscale: #898989. Windows color (decimal): -7044208 or 9470868. OLE color: 9470868.

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

Color convert

RGB148131144-
CMYK00.110.030.42
HSL314.12º7.36%54.71%-
HSV(B)314.12º11.49%58.04%-
XYZ25.3624.5429.79-
YUV137.56131.63135.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=34.99%
G=30.97%
B=34.04%

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
Decimal14813114400.110.030.42314.127.3654.71
Hex9483900B32A13a737
Octal224203220013352472767
Binary1001010010000011100100000101111101010100111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948390; }

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

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

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

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

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

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

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

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