Html Css Color HEX #998888 Opium

📋 copy color: '#998888'

red 153 ◦ green 136 ◦ blue 136

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

Shades of Opium #998888

Tints of Opium #998888

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 value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#998888 (or 0x998888) is known color: 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

RGB 153 136 136 -
CMYK 0 0.11 0.11 0.4
HSL 0.08% 0.57% -
HSV(B) 0.11% 0.6% -
XYZ 26.38 26.16 26.95 -
YUV 141.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 153 136 136 0 0.11 0.11 0.4 0 0.08 0.57
Hex 99 88 88 0 B B 28 0 8 39
Octal 231 210 210 0 13 13 50 0 10 71
Binary 10011001 10001000 10001000 0 1011 1011 101000 0 1000 111001

Color Harmonies of #998888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998888

Black with #998888

Text Example


Text Example

White with #998888

Text Example


Text Example

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