#988595

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

Shades of Taupe Grey #988595

Tints of Taupe Grey #988595

Color information

#988595 (or 0x988595) is unknown color: approx Taupe Grey. HEX triplet: 98, 85 and 95. RGB value is (152,133,149). Sum of RGB (Red+Green+Blue) = 152+133+149=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 152 - color contains mainly: red. Hex color #988595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988595 is #677A6A. Grayscale: #8C8C8C. Windows color (decimal): -6781547 or 9799064. OLE color: 9799064.

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

Color convert

RGB152133149-
CMYK00.130.020.40
HSL309.47º8.44%55.88%-
HSV(B)309.47º12.5%59.61%-
XYZ26.7625.6231.97-
YUV140.5132.79136.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=35.02%
G=30.65%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213314900.130.020.40309.478.4455.88
Hex9885950D228135838
Octal2302052250152504651070
Binary10011000100001011001010101101101010001001101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988595; }

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

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

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

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

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

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

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

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