#988681

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

Shades of Suva Grey #988681

Tints of Suva Grey #988681

Color information

#988681 (or 0x988681) is unknown color: approx Suva Grey. HEX triplet: 98, 86 and 81. RGB value is (152,134,129). Sum of RGB (Red+Green+Blue) = 152+134+129=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #988681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988681 is #67797E. Grayscale: #8A8A8A. Windows color (decimal): -6781311 or 8488600. OLE color: 8488600.

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

Color convert

RGB152134129-
CMYK00.120.150.40
HSL13.04º10.04%55.1%-
HSV(B)13.04º15.13%59.61%-
XYZ25.4425.3124.31-
YUV138.81122.46137.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.63%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 129 (50.78% from 255) = 31.08%
R=36.63%
G=32.29%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213412900.120.150.4013.0410.0455.1
Hex9886810CF28da37
Octal2302062010141750151267
Binary10011000100001101000000101100111110100011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988681; }

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

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

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

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

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

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

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

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