#998580

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

Shades of Suva Grey #998580

Tints of Suva Grey #998580

Color information

#998580 (or 0x998580) is unknown color: approx Suva Grey. HEX triplet: 99, 85 and 80. RGB value is (153,133,128). Sum of RGB (Red+Green+Blue) = 153+133+128=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #998580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998580 is #667A7F. Grayscale: #8A8A8A. Windows color (decimal): -6716032 or 8422809. OLE color: 8422809.

HSL color Cylindrical-coordinate representation of color #998580: hue angle of 12º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998580 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB153133128-
CMYK00.130.160.4
HSL12º10.92%55.1%-
HSV(B)12º16.34%60%-
XYZ25.4225.1123.93-
YUV138.41122.13138.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=36.96%
G=32.13%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313312800.130.160.41210.9255.1
Hex9985800D1028cb37
Octal2312052000152050141367
Binary100110011000010110000000011011000010100011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998580; }

 p { color: rgb(153,133,128); }

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

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

 a { background-color: rgb(153,133,128); }

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

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

 span { border-color: rgb(153,133,128); }

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