#988584

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

Shades of Opium #988584

Tints of Opium #988584

Color information

#988584 (or 0x988584) is unknown color: approx Opium. HEX triplet: 98, 85 and 84. RGB value is (152,133,132). Sum of RGB (Red+Green+Blue) = 152+133+132=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #988584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988584 is #677A7B. Grayscale: #8A8A8A. Windows color (decimal): -6781564 or 8684952. OLE color: 8684952.

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

Color convert

RGB152133132-
CMYK00.130.130.40
HSL8.85%55.69%-
HSV(B)13.16%59.61%-
XYZ25.525.1225.33-
YUV138.57124.29137.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=36.45%
G=31.89%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213313200.130.130.4038.8555.69
Hex9885840DD283938
Octal230205204015155031170
Binary100110001000010110000100011011101101000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988584; }

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

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

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

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

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

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

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

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