Html Css Color HEX #998887 Opium

📋 copy color: '#998887'

red 153 ◦ green 136 ◦ blue 135

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

Shades of Opium #998887

Tints of Opium #998887

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.08%

 BLUE value IS 135 (53.13% from 255) = 31.84%

R = 36.08%
G = 32.08%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#998887 (or 0x998887) is known color: Opium. HEX triplet: 99, 88 and 87. RGB value is (153,136,135). Sum of RGB (Red+Green+Blue) = 153+136+135=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #998887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998887 is #667778. Grayscale: #8C8C8C. Windows color (decimal): -6715257 or 8882329. OLE color: 8882329.

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

Color convert

RGB 153 136 135 -
CMYK 0 0.11 0.12 0.4
HSL 3.33º 0.08% 0.56% -
HSV(B) 3.33º 0.12% 0.6% -
XYZ 26.31 26.13 26.58 -
YUV 140.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 153 136 135 0 0.11 0.12 0.4 3.33 0.08 0.56
Hex 99 88 87 0 B C 28 3 8 38
Octal 231 210 207 0 13 14 50 3 10 70
Binary 10011001 10001000 10000111 0 1011 1100 101000 11 1000 111000

Color Harmonies of #998887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998887

Black with #998887

Text Example


Text Example

White with #998887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998887; }

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

 H1.HeaderClassName
 {
   color: #998887;
 }
 .AnyTagClassName
 {
   color: #998887;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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