Html Css Color HEX #998B8B Opium

📋 copy color: '#998B8B'

red 153 ◦ green 139 ◦ blue 139

#998B8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #998B8B

Tints of Opium #998B8B

RGB

 RED value IS 153 (60.16% from 255) = 35.5%

 GREEN value IS 139 (54.69% from 255) = 32.25%

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 35.5%
G = 32.25%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#998B8B (or 0x998B8B) is known color: 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

RGB 153 139 139 -
CMYK 0 0.09 0.09 0.4
HSL 0.06% 0.57% -
HSV(B) 0.09% 0.6% -
XYZ 27.03 27.1 28.23 -
YUV 143.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 153 139 139 0 0.09 0.09 0.4 0 0.06 0.57
Hex 99 8B 8B 0 9 9 28 0 6 39
Octal 231 213 213 0 11 11 50 0 6 71
Binary 10011001 10001011 10001011 0 1001 1001 101000 0 110 111001

Color Harmonies of #998B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B8B

Black with #998B8B

Text Example


Text Example

White with #998B8B

Text Example


Text Example

HTML Codes & Css Web 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>