#988F85

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

Shades of Heathered Grey #988F85

Tints of Heathered Grey #988F85

Color information

#988F85 (or 0x988F85) is unknown color: approx Heathered Grey. HEX triplet: 98, 8F and 85. RGB value is (152,143,133). Sum of RGB (Red+Green+Blue) = 152+143+133=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 152 - color contains mainly: red. Hex color #988F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988F85 is #67707A. Grayscale: #909090. Windows color (decimal): -6779003 or 8753048. OLE color: 8753048.

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

Color convert

RGB152143133-
CMYK00.060.130.40
HSL31.58º8.44%55.88%-
HSV(B)31.58º12.5%59.61%-
XYZ2728.0126.17-
YUV144.55121.48133.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=35.51%
G=33.41%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214313300.060.130.4031.588.4455.88
Hex988F8506D2820838
Octal230217205061550401070
Binary100110001000111110000101011011011010001000001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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