#998481

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

Shades of Opium #998481

Tints of Opium #998481

Color information

#998481 (or 0x998481) is unknown color: approx Opium. HEX triplet: 99, 84 and 81. RGB value is (153,132,129). Sum of RGB (Red+Green+Blue) = 153+132+129=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #998481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998481 is #667B7E. Grayscale: #898989. Windows color (decimal): -6716287 or 8488089. OLE color: 8488089.

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

Color convert

RGB153132129-
CMYK00.140.160.4
HSL7.5º10.53%55.29%-
HSV(B)7.5º15.69%60%-
XYZ25.3524.8624.23-
YUV137.94122.96138.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=36.96%
G=31.88%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313212900.140.160.47.510.5355.29
Hex9984810E10288b37
Octal2312042010162050101367
Binary100110011000010010000001011101000010100010001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998481; }

 p { color: rgb(153,132,129); }

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

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

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

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

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

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

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