#998584

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

Shades of Opium #998584

Tints of Opium #998584

Color information

#998584 (or 0x998584) is unknown color: approx Opium. HEX triplet: 99, 85 and 84. RGB value is (153,133,132). Sum of RGB (Red+Green+Blue) = 153+133+132=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #998584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998584 is #667A7B. Grayscale: #8A8A8A. Windows color (decimal): -6716028 or 8684953. OLE color: 8684953.

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

Color convert

RGB153133132-
CMYK00.130.140.4
HSL2.86º9.33%55.88%-
HSV(B)2.86º13.73%60%-
XYZ25.6925.2125.34-
YUV138.87124.13138.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.60%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=36.60%
G=31.82%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313313200.130.140.42.869.3355.88
Hex9985840DE283938
Octal231205204015165031170
Binary100110011000010110000100011011110101000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998584; }

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

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

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

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

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

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

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

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