#988D96

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

Shades of Taupe Grey #988D96

Tints of Taupe Grey #988D96

Color information

#988D96 (or 0x988D96) is unknown color: approx Taupe Grey. HEX triplet: 98, 8D and 96. RGB value is (152,141,150). Sum of RGB (Red+Green+Blue) = 152+141+150=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 152 - color contains mainly: red. Hex color #988D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988D96 is #677269. Grayscale: #919191. Windows color (decimal): -6779498 or 9866648. OLE color: 9866648.

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

Color convert

RGB152141150-
CMYK00.070.010.40
HSL310.91º5.07%57.45%-
HSV(B)310.91º7.24%59.61%-
XYZ27.9827.9332.77-
YUV145.32130.64132.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 141 (55.47% from 255) = 31.83%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=34.31%
G=31.83%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214115000.070.010.40310.915.0757.45
Hex988D9607128137539
Octal23021522607150467571
Binary10011000100011011001011001111101000100110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988D96; }

 p { color: rgb(152,141,150); }

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

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

 a { background-color: rgb(152,141,150); }

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

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

 span { border-color: rgb(152,141,150); }

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