#989397

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

Shades of Taupe Grey #989397

Tints of Taupe Grey #989397

Color information

#989397 (or 0x989397) is unknown color: approx Taupe Grey. HEX triplet: 98, 93 and 97. RGB value is (152,147,151). Sum of RGB (Red+Green+Blue) = 152+147+151=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 152 - color contains mainly: red. Hex color #989397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989397 is #676C68. Grayscale: #949494. Windows color (decimal): -6777961 or 9933720. OLE color: 9933720.

HSL color Cylindrical-coordinate representation of color #989397: hue angle of 312º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #989397 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB152147151-
CMYK00.030.010.40
HSL312º2.37%58.63%-
HSV(B)312º3.29%59.61%-
XYZ28.9729.7833.5-
YUV148.95129.16130.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.78%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=33.78%
G=32.67%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214715100.030.010.403122.3758.63
Hex9893970312813823b
Octal23022322703150470273
Binary100110001001001110010111011110100010011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989397; }

 p { color: rgb(152,147,151); }

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

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

 a { background-color: rgb(152,147,151); }

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

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

 span { border-color: rgb(152,147,151); }

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