Html Css Color HEX #988F85 Heathered Grey

📋 copy color: '#988F85'

red 152 ◦ green 143 ◦ blue 133

#988F85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heathered Grey #988F85

Tints of Heathered Grey #988F85

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 value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#988F85 (or 0x988F85) is known color: 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

RGB 152 143 133 -
CMYK 0 0.06 0.13 0.40
HSL 31.58º 0.08% 0.56% -
HSV(B) 31.58º 0.13% 0.6% -
XYZ 27.01 28.01 26.17 -
YUV 144.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 152 143 133 0 0.06 0.13 0.40 31.58 0.08 0.56
Hex 98 8F 85 0 6 D 28 20 8 38
Octal 230 217 205 0 6 15 50 40 10 70
Binary 10011000 10001111 10000101 0 110 1101 101000 100000 1000 111000

Color Harmonies of #988F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F85

Black with #988F85

Text Example


Text Example

White with #988F85

Text Example


Text Example

HTML Codes & Css Web 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>