#998280

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

Shades of Opium #998280

Tints of Opium #998280

Color information

#998280 (or 0x998280) is unknown color: approx Opium. HEX triplet: 99, 82 and 80. RGB value is (153,130,128). Sum of RGB (Red+Green+Blue) = 153+130+128=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #998280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998280 is #667D7F. Grayscale: #888888. Windows color (decimal): -6716800 or 8422041. OLE color: 8422041.

HSL color Cylindrical-coordinate representation of color #998280: hue angle of 4.8º 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 #998280 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB153130128-
CMYK00.150.160.4
HSL4.8º10.92%55.1%-
HSV(B)4.8º16.34%60%-
XYZ25.0224.323.79-
YUV136.65123.12139.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=37.23%
G=31.63%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313012800.150.160.44.810.9255.1
Hex9982800F10285b37
Octal231202200017205051367
Binary10011001100000101000000001111100001010001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998280; }

 p { color: rgb(153,130,128); }

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

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

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

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

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

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

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