#998C89

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

Shades of Suva Grey #998C89

Tints of Suva Grey #998C89

Color information

#998C89 (or 0x998C89) is unknown color: approx Suva Grey. HEX triplet: 99, 8C and 89. RGB value is (153,140,137). Sum of RGB (Red+Green+Blue) = 153+140+137=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #998C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998C89 is #667376. Grayscale: #8F8F8F. Windows color (decimal): -6714231 or 9014425. OLE color: 9014425.

HSL color Cylindrical-coordinate representation of color #998C89: hue angle of 11.25º 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 #998C89 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153140137-
CMYK00.080.100.4
HSL11.25º7.27%56.86%-
HSV(B)11.25º10.46%60%-
XYZ27.0327.3327.52-
YUV143.54124.31134.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 140 (55.08% from 255) = 32.56%
BLUE value IS 137 (53.91% from 255) = 31.86%
R=35.58%
G=32.56%
B=31.86%

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
Decimal15314013700.080.100.411.257.2756.86
Hex998C8908A28b739
Octal231214211010125013771
Binary1001100110001100100010010100010101010001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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