#998888

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

Shades of Opium #998888

Tints of Opium #998888

Color information

#998888 (or 0x998888) is unknown color: approx Opium. HEX triplet: 99, 88 and 88. RGB value is (153,136,136). Sum of RGB (Red+Green+Blue) = 153+136+136=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #998888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998888 is #667777. Grayscale: #8D8D8D. Windows color (decimal): -6715256 or 8947865. OLE color: 8947865.

HSL color Cylindrical-coordinate representation of color #998888: hue angle of 0º 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 #998888 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB153136136-
CMYK00.110.110.4
HSL7.69%56.67%-
HSV(B)11.11%60%-
XYZ26.3826.1626.95-
YUV141.08125.13136.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 136 (53.52% from 255) = 32%
R=36%
G=32%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313613600.110.110.407.6956.67
Hex9988880BB280839
Octal231210210013135001071
Binary10011001100010001000100001011101110100001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998888; }

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

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

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

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

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

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

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

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