#918484

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

Shades of Opium #918484

Tints of Opium #918484

Color information

#918484 (or 0x918484) is unknown color: approx Opium. HEX triplet: 91, 84 and 84. RGB value is (145,132,132). Sum of RGB (Red+Green+Blue) = 145+132+132=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 145 - color contains mainly: red. Hex color #918484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918484 is #6E7B7B. Grayscale: #878787. Windows color (decimal): -7240572 or 8684689. OLE color: 8684689.

HSL color Cylindrical-coordinate representation of color #918484: hue angle of 0º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #918484 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB145132132-
CMYK00.090.090.43
HSL5.58%54.31%-
HSV(B)8.97%56.86%-
XYZ24.0924.1925.23-
YUV135.89125.81134.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.45%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=35.45%
G=32.27%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513213200.090.090.4305.5854.31
Hex9184840992B0636
Octal22120420401111530666
Binary1001000110000100100001000100110011010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918484; }

 p { color: rgb(145,132,132); }

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

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

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

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

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

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

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