#998B8B

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

Shades of Opium #998B8B

Tints of Opium #998B8B

Color information

#998B8B (or 0x998B8B) is unknown color: approx Opium. HEX triplet: 99, 8B and 8B. RGB value is (153,139,139). Sum of RGB (Red+Green+Blue) = 153+139+139=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #998B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B8B is #667474. Grayscale: #8F8F8F. Windows color (decimal): -6714485 or 9145241. OLE color: 9145241.

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

Color convert

RGB153139139-
CMYK00.090.090.4
HSL6.42%57.25%-
HSV(B)9.15%60%-
XYZ27.0327.128.23-
YUV143.19125.64135-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=35.50%
G=32.25%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313913900.090.090.406.4257.25
Hex998B8B099280639
Octal23121321301111500671
Binary1001100110001011100010110100110011010000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998B8B; }

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

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

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

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

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

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

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

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