#988696

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

Shades of Taupe Grey #988696

Tints of Taupe Grey #988696

Color information

#988696 (or 0x988696) is unknown color: approx Taupe Grey. HEX triplet: 98, 86 and 96. RGB value is (152,134,150). Sum of RGB (Red+Green+Blue) = 152+134+150=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 152 - color contains mainly: red. Hex color #988696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988696 is #677969. Grayscale: #8D8D8D. Windows color (decimal): -6781290 or 9864856. OLE color: 9864856.

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

Color convert

RGB152134150-
CMYK00.120.010.40
HSL306.67º8.04%56.08%-
HSV(B)306.67º11.84%59.61%-
XYZ26.9825.9332.44-
YUV141.21132.96135.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=34.86%
G=30.73%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213415000.120.010.40306.678.0456.08
Hex9886960C128133838
Octal2302062260141504631070
Binary1001100010000110100101100110011010001001100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988696; }

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

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

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

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

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

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

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

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