#998B86

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

Shades of Suva Grey #998B86

Tints of Suva Grey #998B86

Color information

#998B86 (or 0x998B86) is unknown color: approx Suva Grey. HEX triplet: 99, 8B and 86. RGB value is (153,139,134). Sum of RGB (Red+Green+Blue) = 153+139+134=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #998B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B86 is #667479. Grayscale: #8E8E8E. Windows color (decimal): -6714490 or 8817561. OLE color: 8817561.

HSL color Cylindrical-coordinate representation of color #998B86: hue angle of 15.79º degrees, saturation: 0.09, 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 #998B86 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB153139134-
CMYK00.090.120.4
HSL15.79º8.52%56.27%-
HSV(B)15.79º12.42%60%-
XYZ26.6726.9626.35-
YUV142.62123.14135.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.92%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 134 (52.73% from 255) = 31.46%
R=35.92%
G=32.63%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313913400.090.120.415.798.5256.27
Hex998B8609C2810938
Octal2312132060111450201170
Binary100110011000101110000110010011100101000100001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,139,134); }

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

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

 a { background-color: rgb(153,139,134); }

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

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

 span { border-color: rgb(153,139,134); }

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