#988585

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

Shades of Opium #988585

Tints of Opium #988585

Color information

#988585 (or 0x988585) is unknown color: approx Opium. HEX triplet: 98, 85 and 85. RGB value is (152,133,133). Sum of RGB (Red+Green+Blue) = 152+133+133=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #988585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988585 is #677A7A. Grayscale: #8A8A8A. Windows color (decimal): -6781563 or 8750488. OLE color: 8750488.

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

Color convert

RGB152133133-
CMYK00.130.130.40
HSL8.44%55.88%-
HSV(B)12.5%59.61%-
XYZ25.5725.1425.7-
YUV138.68124.79137.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=36.36%
G=31.82%
B=31.82%

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
Decimal15213313300.130.130.4008.4455.88
Hex9885850DD280838
Octal230205205015155001070
Binary10011000100001011000010101101110110100001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988585; }

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

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

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

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

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

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

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

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