#998C8A

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

Shades of Suva Grey #998C8A

Tints of Suva Grey #998C8A

Color information

#998C8A (or 0x998C8A) is unknown color: approx Suva Grey. HEX triplet: 99, 8C and 8A. RGB value is (153,140,138). Sum of RGB (Red+Green+Blue) = 153+140+138=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #998C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998C8A is #667375. Grayscale: #8F8F8F. Windows color (decimal): -6714230 or 9079961. OLE color: 9079961.

HSL color Cylindrical-coordinate representation of color #998C8A: hue angle of 8º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #998C8A is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153140138-
CMYK00.080.100.4
HSL6.85%57.06%-
HSV(B)9.8%60%-
XYZ27.127.3627.9-
YUV143.66124.81134.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=35.50%
G=32.48%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314013800.080.100.486.8557.06
Hex998C8A08A288739
Octal231214212010125010771
Binary1001100110001100100010100100010101010001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,140,138); }

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

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

 a { background-color: rgb(153,140,138); }

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

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

 span { border-color: rgb(153,140,138); }

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