#988995

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

Shades of Taupe Grey #988995

Tints of Taupe Grey #988995

Color information

#988995 (or 0x988995) is unknown color: approx Taupe Grey. HEX triplet: 98, 89 and 95. RGB value is (152,137,149). Sum of RGB (Red+Green+Blue) = 152+137+149=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 152 - color contains mainly: red. Hex color #988995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988995 is #67766A. Grayscale: #8E8E8E. Windows color (decimal): -6780523 or 9800088. OLE color: 9800088.

HSL color Cylindrical-coordinate representation of color #988995: hue angle of 312º 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 #988995 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB152137149-
CMYK00.100.020.40
HSL312º6.79%56.67%-
HSV(B)312º9.87%59.61%-
XYZ27.3226.7432.15-
YUV142.85131.47134.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 137 (53.91% from 255) = 31.28%
BLUE value IS 149 (58.59% from 255) = 34.02%
R=34.70%
G=31.28%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213714900.100.020.403126.7956.67
Hex9889950A228138739
Octal230211225012250470771
Binary1001100010001001100101010101010101000100111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988995; }

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

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

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

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

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

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

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

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