#988683

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

Shades of Suva Grey #988683

Tints of Suva Grey #988683

Color information

#988683 (or 0x988683) is unknown color: approx Suva Grey. HEX triplet: 98, 86 and 83. RGB value is (152,134,131). Sum of RGB (Red+Green+Blue) = 152+134+131=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #988683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988683 is #67797C. Grayscale: #8B8B8B. Windows color (decimal): -6781309 or 8619672. OLE color: 8619672.

HSL color Cylindrical-coordinate representation of color #988683: hue angle of 8.57º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988683 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB152134131-
CMYK00.120.140.40
HSL8.57º9.25%55.49%-
HSV(B)8.57º13.82%59.61%-
XYZ25.5725.3625.02-
YUV139.04123.46137.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 131 (51.56% from 255) = 31.41%
R=36.45%
G=32.13%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213413100.120.140.408.579.2555.49
Hex9886830CE289937
Octal2302062030141650111167
Binary10011000100001101000001101100111010100010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988683; }

 p { color: rgb(152,134,131); }

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

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

 a { background-color: rgb(152,134,131); }

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

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

 span { border-color: rgb(152,134,131); }

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