#988994

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

Shades of Taupe Grey #988994

Tints of Taupe Grey #988994

Color information

#988994 (or 0x988994) is unknown color: approx Taupe Grey. HEX triplet: 98, 89 and 94. RGB value is (152,137,148). Sum of RGB (Red+Green+Blue) = 152+137+148=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 152 - color contains mainly: red. Hex color #988994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988994 is #67766B. Grayscale: #8E8E8E. Windows color (decimal): -6780524 or 9734552. OLE color: 9734552.

HSL color Cylindrical-coordinate representation of color #988994: hue angle of 316º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #988994 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB152137148-
CMYK00.100.030.40
HSL316º6.79%56.67%-
HSV(B)316º9.87%59.61%-
XYZ27.2426.731.74-
YUV142.74130.97134.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.78%
GREEN value IS 137 (53.91% from 255) = 31.35%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=34.78%
G=31.35%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213714800.100.030.403166.7956.67
Hex9889940A32813c739
Octal230211224012350474771
Binary1001100010001001100101000101011101000100111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988994; }

 p { color: rgb(152,137,148); }

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

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

 a { background-color: rgb(152,137,148); }

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

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

 span { border-color: rgb(152,137,148); }

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