#998988

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

Shades of Opium #998988

Tints of Opium #998988

Color information

#998988 (or 0x998988) is unknown color: approx Opium. HEX triplet: 99, 89 and 88. RGB value is (153,137,136). Sum of RGB (Red+Green+Blue) = 153+137+136=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #998988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998988 is #667677. Grayscale: #8D8D8D. Windows color (decimal): -6715000 or 8948121. OLE color: 8948121.

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

Color convert

RGB153137136-
CMYK00.100.110.4
HSL3.53º7.69%56.67%-
HSV(B)3.53º11.11%60%-
XYZ26.5326.4427-
YUV141.67124.8136.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.92%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 136 (53.52% from 255) = 31.92%
R=35.92%
G=32.16%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313713600.100.110.43.537.6956.67
Hex9989880AB284839
Octal231211210012135041071
Binary1001100110001001100010000101010111010001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998988; }

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

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

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

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

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

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

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

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