#9E8683

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

Shades of Opium #9E8683

Tints of Opium #9E8683

Color information

#9E8683 (or 0x9E8683) is unknown color: approx Opium. HEX triplet: 9E, 86 and 83. RGB value is (158,134,131). Sum of RGB (Red+Green+Blue) = 158+134+131=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8683 is #61797C. Grayscale: #8C8C8C. Windows color (decimal): -6388093 or 8619678. OLE color: 8619678.

HSL color Cylindrical-coordinate representation of color #9E8683: hue angle of 6.67º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E8683 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB158134131-
CMYK00.150.170.38
HSL6.67º12.22%56.67%-
HSV(B)6.67º17.09%61.96%-
XYZ26.7225.9625.07-
YUV140.83122.45140.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.35%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 131 (51.56% from 255) = 30.97%
R=37.35%
G=31.68%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813413100.150.170.386.6712.2256.67
Hex9E86830F11267c39
Octal236206203017214671471
Binary10011110100001101000001101111100011001101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E8683; }

 p { color: rgb(158,134,131); }

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

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

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

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

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

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

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