#988695

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

Shades of Taupe Grey #988695

Tints of Taupe Grey #988695

Color information

#988695 (or 0x988695) is unknown color: approx Taupe Grey. HEX triplet: 98, 86 and 95. RGB value is (152,134,149). Sum of RGB (Red+Green+Blue) = 152+134+149=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 152 - color contains mainly: red. Hex color #988695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988695 is #67796A. Grayscale: #8D8D8D. Windows color (decimal): -6781291 or 9799320. OLE color: 9799320.

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

Color convert

RGB152134149-
CMYK00.120.020.40
HSL310º8.04%56.08%-
HSV(B)310º11.84%59.61%-
XYZ26.925.932.01-
YUV141.09132.46135.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 149 (58.59% from 255) = 34.25%
R=34.94%
G=30.80%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213414900.120.020.403108.0456.08
Hex9886950C228136838
Octal2302062250142504661070
Binary10011000100001101001010101100101010001001101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988695; }

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

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

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

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

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

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

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

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