#908686

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

Shades of Opium #908686

Tints of Opium #908686

Color information

#908686 (or 0x908686) is unknown color: approx Opium. HEX triplet: 90, 86 and 86. RGB value is (144,134,134). Sum of RGB (Red+Green+Blue) = 144+134+134=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 144 - color contains mainly: red. Hex color #908686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908686 is #6F7979. Grayscale: #898989. Windows color (decimal): -7305594 or 8816272. OLE color: 8816272.

HSL color Cylindrical-coordinate representation of color #908686: hue angle of 0º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #908686 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB144134134-
CMYK00.070.070.44
HSL4.31%54.51%-
HSV(B)6.94%56.47%-
XYZ24.3324.726.04-
YUV136.99126.31133-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 134 (52.73% from 255) = 32.52%
R=34.95%
G=32.52%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413413400.070.070.4404.3154.51
Hex9086860772C0437
Octal220206206077540467
Binary10010000100001101000011001111111011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908686; }

 p { color: rgb(144,134,134); }

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

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

 a { background-color: rgb(144,134,134); }

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

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

 span { border-color: rgb(144,134,134); }

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