Html Css Color HEX #998F80 Heathered Grey

📋 copy color: '#998F80'

red 153 ◦ green 143 ◦ blue 128

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

Shades of Heathered Grey #998F80

Tints of Heathered Grey #998F80

RGB

 RED value IS 153 (60.16% from 255) = 36.08%

 GREEN value IS 143 (56.25% from 255) = 33.73%

 BLUE value IS 128 (50.39% from 255) = 30.19%

R = 36.08%
G = 33.73%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#998F80 (or 0x998F80) is known color: Heathered Grey. HEX triplet: 99, 8F and 80. RGB value is (153,143,128). Sum of RGB (Red+Green+Blue) = 153+143+128=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #998F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998F80 is #66707F. Grayscale: #909090. Windows color (decimal): -6713472 or 8425369. OLE color: 8425369.

HSL color Cylindrical-coordinate representation of color #998F80: hue angle of 36º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998F80 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 143 128 -
CMYK 0 0.07 0.16 0.4
HSL 36º 0.11% 0.55% -
HSV(B) 36º 0.16% 0.6% -
XYZ 26.86 27.98 24.41 -
YUV 144.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 153 143 128 0 0.07 0.16 0.4 36 0.11 0.55
Hex 99 8F 80 0 7 10 28 24 B 37
Octal 231 217 200 0 7 20 50 44 13 67
Binary 10011001 10001111 10000000 0 111 10000 101000 100100 1011 110111

Color Harmonies of #998F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998F80

Black with #998F80

Text Example


Text Example

White with #998F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998F80; }

 p { color: rgb(153,143,128); }

 H1.HeaderClassName
 {
   color: #998F80;
 }
 .AnyTagClassName
 {
   color: #998F80;
 }
</style>

background-color css

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

 a { background-color: rgb(153,143,128); }

 div.DivClassName
 {
   background-color: #998F80;
 }
 .BgClassName
 {
   background-color: #998F80;
 }
</style>

border-color css

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

 span { border-color: rgb(153,143,128); }

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